diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-17 06:15:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-17 06:15:51 +0000 |
commit | 59656ef324b629d20b317796059064aa5241be8c (patch) | |
tree | e77a16a8ff5ed9b06f8a38670bef71aa17c73c14 | |
parent | c8b0c648b6a02bc481eb11b7f70611f2d6f2b858 (diff) |
Chore(deps): bump libc from 0.2.159 to 0.2.160
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.159 to 0.2.160.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.160/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.159...0.2.160)
---
updated-dependencies:
- dependency-name: libc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -925,9 +925,9 @@ checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401" [[package]] name = "libc" -version = "0.2.159" +version = "0.2.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" [[package]] name = "libm" |