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

fix(deps): update rust crate similar to 2.5.0

This commit is contained in:
renovate[bot] 2024-05-03 06:14:30 +00:00 committed by GitHub
parent a3c40dec55
commit 13e482b9ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ libfuzzer-sys = "0.4.7"
libc = "0.2.154" libc = "0.2.154"
tempfile = "3.10.1" tempfile = "3.10.1"
rand = { version = "0.8.5", features = ["small_rng"] } rand = { version = "0.8.5", features = ["small_rng"] }
similar = "2" similar = "2.5.0"
uucore = { path = "../src/uucore/" } uucore = { path = "../src/uucore/" }
uu_date = { path = "../src/uu/date/" } uu_date = { path = "../src/uu/date/" }