1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #6327 from uutils/renovate/libfuzzer-sys-0.x

fix(deps): update rust crate libfuzzer-sys to 0.4.7
This commit is contained in:
Daniel Hofstetter 2024-05-03 07:01:43 +02:00 committed by GitHub
commit 053196c188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ edition = "2021"
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
libfuzzer-sys = "0.4.7"
libc = "0.2.154"
tempfile = "3.10.1"
rand = { version = "0.8", features = ["small_rng"] }