1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

fix(deps): update rust crate libc to v0.2.160

This commit is contained in:
renovate[bot] 2024-10-17 07:07:44 +00:00 committed by GitHub
parent ea9ad10644
commit 508832c274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
fuzz/Cargo.lock generated
View file

@ -416,9 +416,9 @@ dependencies = [
[[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 = "libfuzzer-sys"