fix(deps): update rust crate libfuzzer-sys to 0.4.7

This commit is contained in:
renovate[bot]
2024-05-02 12:27:08 +00:00
committed by GitHub
parent 1c0984911f
commit 0dd5bd38ab
+1 -1
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"] }