diff --git a/Cargo.lock b/Cargo.lock index 13d5ac9e..596bf7b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,7 +83,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "sha1", "smallvec", "tokio", @@ -765,7 +765,7 @@ dependencies = [ "hostname", "local-ip-address", "percent-encoding", - "rand 0.9.2", + "rand 0.9.3", "thrift_codec", "tokio", "trackable", @@ -3697,7 +3697,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -3762,9 +3762,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", @@ -4697,7 +4697,7 @@ dependencies = [ "privdrop", "prometheus 0.14.0", "proxy-protocol 0.5.0 (git+https://github.com/gen0sec/proxy-protocol?rev=ac28b27d317088f0e9e89805ada3b9f5cfbf5673)", - "rand 0.9.2", + "rand 0.9.3", "redis", "regex", "reqwest", @@ -5994,7 +5994,7 @@ dependencies = [ "fnv", "getrandom 0.3.4", "memmem", - "rand 0.9.2", + "rand 0.9.3", "regex", "regex-automata", "serde",