fix(deps): update rust crate similar to v2.6.0

This commit is contained in:
renovate[bot] 2024-08-21 19:28:45 +00:00 committed by GitHub
parent 72473f73bc
commit 47d5088b0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

34
fuzz/Cargo.lock generated
View file

@ -167,6 +167,12 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
[[package]]
name = "chrono"
version = "0.4.38"
@ -282,7 +288,7 @@ version = "3.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
dependencies = [
"nix",
"nix 0.28.0",
"windows-sys 0.52.0",
]
@ -463,7 +469,19 @@ checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"cfg_aliases",
"cfg_aliases 0.1.1",
"libc",
]
[[package]]
name = "nix"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
"bitflags 2.5.0",
"cfg-if",
"cfg_aliases 0.2.1",
"libc",
]
@ -739,9 +757,9 @@ dependencies = [
[[package]]
name = "similar"
version = "2.5.0"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
[[package]]
name = "strsim"
@ -871,7 +889,7 @@ name = "uu_env"
version = "0.0.27"
dependencies = [
"clap",
"nix",
"nix 0.29.0",
"rust-ini",
"uucore",
]
@ -917,7 +935,7 @@ dependencies = [
"fnv",
"itertools",
"memchr",
"nix",
"nix 0.29.0",
"rand",
"rayon",
"self_cell",
@ -961,7 +979,7 @@ dependencies = [
"bytecount",
"clap",
"libc",
"nix",
"nix 0.29.0",
"thiserror",
"unicode-width",
"uucore",
@ -976,7 +994,7 @@ dependencies = [
"glob",
"itertools",
"libc",
"nix",
"nix 0.29.0",
"number_prefix",
"once_cell",
"os_display",