Skip to content

Commit

Permalink
Merge pull request #6326 from uutils/renovate/libc-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate libc to 0.2.154
  • Loading branch information
cakebaker authored May 2, 2024
2 parents 6c66612 + 64fd933 commit 1c09849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1c09849

Please sign in to comment.