mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 15:22:38 +00:00
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:
commit
1c0984911f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue