mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
fix(deps): update rust crate libc to 0.2.154
This commit is contained in:
parent
6d64b2d990
commit
64fd93308b
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cargo-fuzz = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libfuzzer-sys = "0.4"
|
libfuzzer-sys = "0.4"
|
||||||
libc = "0.2"
|
libc = "0.2.154"
|
||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
rand = { version = "0.8", features = ["small_rng"] }
|
rand = { version = "0.8", features = ["small_rng"] }
|
||||||
similar = "2"
|
similar = "2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue