chore(cargo): bump rand from 0.9.0 to 0.9.2 (#7501)

This commit is contained in:
dependabot[bot]
2025-11-29 00:18:03 +00:00
committed by GitHub
parent 343dca87f7
commit b1e6cf2052
2 changed files with 17 additions and 39 deletions

55
Cargo.lock generated
View File

@@ -71,7 +71,7 @@ dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy 0.7.32",
"zerocopy",
]
[[package]]
@@ -555,7 +555,7 @@ dependencies = [
"bolero-kani",
"bolero-libfuzzer",
"cfg-if",
"rand 0.9.0",
"rand 0.9.2",
]
[[package]]
@@ -578,7 +578,7 @@ dependencies = [
"bolero-generator",
"lazy_static",
"pretty-hex",
"rand 0.9.0",
"rand 0.9.2",
"rand_xoshiro",
]
@@ -1358,7 +1358,7 @@ dependencies = [
"qrcodegen",
"quick-xml",
"rand 0.8.5",
"rand 0.9.0",
"rand 0.9.2",
"ratelimit",
"regex",
"rusqlite",
@@ -1488,7 +1488,7 @@ dependencies = [
"human-panic",
"libc",
"num-traits",
"rand 0.9.0",
"rand 0.9.2",
"serde_json",
"thiserror 2.0.17",
"tokio",
@@ -2435,7 +2435,7 @@ dependencies = [
"idna",
"ipnet",
"once_cell",
"rand 0.9.0",
"rand 0.9.2",
"ring",
"thiserror 2.0.17",
"tinyvec",
@@ -2457,7 +2457,7 @@ dependencies = [
"moka",
"once_cell",
"parking_lot",
"rand 0.9.0",
"rand 0.9.2",
"resolv-conf",
"smallvec",
"thiserror 2.0.17",
@@ -2859,7 +2859,7 @@ dependencies = [
"hyper",
"hyper-util",
"log",
"rand 0.9.0",
"rand 0.9.2",
"tokio",
"url",
"xmltree",
@@ -4487,7 +4487,7 @@ version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy 0.7.32",
"zerocopy",
]
[[package]]
@@ -4606,7 +4606,7 @@ checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
dependencies = [
"bitflags 2.9.1",
"num-traits",
"rand 0.9.0",
"rand 0.9.2",
"rand_chacha 0.9.0",
"rand_xorshift",
"regex-syntax",
@@ -4771,13 +4771,12 @@ dependencies = [
[[package]]
name = "rand"
version = "0.9.0"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
"zerocopy 0.8.23",
]
[[package]]
@@ -5555,7 +5554,7 @@ dependencies = [
"once_cell",
"percent-encoding",
"pin-project",
"rand 0.9.0",
"rand 0.9.2",
"sendfd",
"serde",
"serde_json",
@@ -5585,7 +5584,7 @@ dependencies = [
"chacha20poly1305",
"hkdf",
"md-5",
"rand 0.9.0",
"rand 0.9.2",
"ring-compat",
"sha1",
]
@@ -5807,7 +5806,7 @@ dependencies = [
"precis-core",
"precis-profiles",
"quoted-string-parser",
"rand 0.9.0",
"rand 0.9.2",
]
[[package]]
@@ -6198,7 +6197,7 @@ dependencies = [
"getrandom 0.3.3",
"http 1.1.0",
"httparse",
"rand 0.9.0",
"rand 0.9.2",
"ring",
"rustls-pki-types",
"simdutf8",
@@ -7365,16 +7364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
dependencies = [
"byteorder",
"zerocopy-derive 0.7.32",
]
[[package]]
name = "zerocopy"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6"
dependencies = [
"zerocopy-derive 0.8.23",
"zerocopy-derive",
]
[[package]]
@@ -7388,17 +7378,6 @@ dependencies = [
"syn 2.0.110",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.110",
]
[[package]]
name = "zerofrom"
version = "0.1.5"

View File

@@ -62,7 +62,6 @@ skip = [
{ name = "windows_x86_64_gnu" },
{ name = "windows_x86_64_gnullvm" },
{ name = "windows_x86_64_msvc" },
{ name = "zerocopy", version = "0.7.32" },
]