chore(cargo): bump rand from 0.9.2 to 0.9.3

Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/rand_core-0.9.2...0.9.3)

---
updated-dependencies:
- dependency-name: rand
  dependency-version: 0.9.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-14 02:18:47 +00:00
committed by l
parent ad7f873c68
commit b8a0c37efe

32
Cargo.lock generated
View File

@@ -550,7 +550,7 @@ dependencies = [
"bolero-kani", "bolero-kani",
"bolero-libfuzzer", "bolero-libfuzzer",
"cfg-if", "cfg-if",
"rand 0.9.2", "rand 0.9.4",
] ]
[[package]] [[package]]
@@ -573,7 +573,7 @@ dependencies = [
"bolero-generator", "bolero-generator",
"lazy_static", "lazy_static",
"pretty-hex", "pretty-hex",
"rand 0.9.2", "rand 0.9.4",
"rand_xoshiro", "rand_xoshiro",
] ]
@@ -1361,7 +1361,7 @@ dependencies = [
"qrcodegen", "qrcodegen",
"quick-xml", "quick-xml",
"rand 0.8.5", "rand 0.8.5",
"rand 0.9.2", "rand 0.9.4",
"ratelimit", "ratelimit",
"regex", "regex",
"rusqlite", "rusqlite",
@@ -1490,7 +1490,7 @@ dependencies = [
"human-panic", "human-panic",
"libc", "libc",
"num-traits", "num-traits",
"rand 0.9.2", "rand 0.9.4",
"serde_json", "serde_json",
"thiserror 2.0.18", "thiserror 2.0.18",
"tokio", "tokio",
@@ -2429,7 +2429,7 @@ dependencies = [
"idna", "idna",
"ipnet", "ipnet",
"once_cell", "once_cell",
"rand 0.9.2", "rand 0.9.4",
"ring", "ring",
"thiserror 2.0.18", "thiserror 2.0.18",
"tinyvec", "tinyvec",
@@ -2451,7 +2451,7 @@ dependencies = [
"moka", "moka",
"once_cell", "once_cell",
"parking_lot", "parking_lot",
"rand 0.9.2", "rand 0.9.4",
"resolv-conf", "resolv-conf",
"smallvec", "smallvec",
"thiserror 2.0.18", "thiserror 2.0.18",
@@ -2852,7 +2852,7 @@ dependencies = [
"hyper", "hyper",
"hyper-util", "hyper-util",
"log", "log",
"rand 0.9.2", "rand 0.9.4",
"tokio", "tokio",
"url", "url",
"xmltree", "xmltree",
@@ -4621,7 +4621,7 @@ checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
dependencies = [ dependencies = [
"bitflags 2.11.0", "bitflags 2.11.0",
"num-traits", "num-traits",
"rand 0.9.2", "rand 0.9.4",
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"rand_xorshift", "rand_xorshift",
"regex-syntax", "regex-syntax",
@@ -4701,7 +4701,7 @@ dependencies = [
"bytes", "bytes",
"getrandom 0.3.3", "getrandom 0.3.3",
"lru-slab", "lru-slab",
"rand 0.9.2", "rand 0.9.4",
"ring", "ring",
"rustc-hash", "rustc-hash",
"rustls", "rustls",
@@ -4787,9 +4787,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.9.2" version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
dependencies = [ dependencies = [
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"rand_core 0.9.3", "rand_core 0.9.3",
@@ -5322,7 +5322,7 @@ version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22c3b0257608d7de4de4c4ea650ccc2e6e3e45e3cd80039fcdee768bcb449253" checksum = "22c3b0257608d7de4de4c4ea650ccc2e6e3e45e3cd80039fcdee768bcb449253"
dependencies = [ dependencies = [
"rand 0.9.2", "rand 0.9.4",
"substring", "substring",
"thiserror 1.0.69", "thiserror 1.0.69",
"url", "url",
@@ -5581,7 +5581,7 @@ dependencies = [
"once_cell", "once_cell",
"percent-encoding", "percent-encoding",
"pin-project", "pin-project",
"rand 0.9.2", "rand 0.9.4",
"sendfd", "sendfd",
"serde", "serde",
"serde_json", "serde_json",
@@ -5611,7 +5611,7 @@ dependencies = [
"chacha20poly1305", "chacha20poly1305",
"hkdf", "hkdf",
"md-5", "md-5",
"rand 0.9.2", "rand 0.9.4",
"ring-compat", "ring-compat",
"sha1", "sha1",
] ]
@@ -5843,7 +5843,7 @@ dependencies = [
"precis-core", "precis-core",
"precis-profiles", "precis-profiles",
"quoted-string-parser", "quoted-string-parser",
"rand 0.9.2", "rand 0.9.4",
] ]
[[package]] [[package]]
@@ -6247,7 +6247,7 @@ dependencies = [
"getrandom 0.3.3", "getrandom 0.3.3",
"http 1.1.0", "http 1.1.0",
"httparse", "httparse",
"rand 0.9.2", "rand 0.9.4",
"ring", "ring",
"rustls-pki-types", "rustls-pki-types",
"simdutf8", "simdutf8",