Merge pull request #6326 from uutils/renovate/libc-0.x

fix(deps): update rust crate libc to 0.2.154
This commit is contained in:
Daniel Hofstetter 2024-05-02 14:25:35 +02:00 committed by GitHub
commit 1c0984911f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
libc = "0.2"
libc = "0.2.154"
tempfile = "3.10.1"
rand = { version = "0.8", features = ["small_rng"] }
similar = "2"