diff --git a/Cargo.lock b/Cargo.lock index e7be90b5..ba8aea6d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2811,7 +2811,7 @@ dependencies = [ "bytes", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls 0.23.31", @@ -2865,9 +2865,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", @@ -2940,7 +2940,7 @@ dependencies = [ "num-bigint", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.3", "rustls 0.23.31", "rustls-native-certs 0.8.1", "ryu", @@ -3274,7 +3274,7 @@ dependencies = [ "futures", "hashbrown 0.15.5", "itertools 0.14.0", - "rand 0.9.2", + "rand 0.9.3", "rand_pcg", "rustls 0.23.31", "scylla-cql", @@ -3612,7 +3612,7 @@ dependencies = [ "moka", "num_cpus", "prometheus", - "rand 0.9.2", + "rand 0.9.3", "redis", "regex", "reqwest", @@ -4293,7 +4293,7 @@ dependencies = [ "http 1.3.1", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1", "thiserror 2.0.16", "utf-8", @@ -4388,7 +4388,7 @@ checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom 0.3.3", "js-sys", - "rand 0.9.2", + "rand 0.9.3", "uuid-macro-internal", "wasm-bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 4f2e46cf..9098b277 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ regex = "1.11.1" hmac = "0.13.0-pre.4" sha2 = "0.11.0-pre.4" hex = "0.4.3" -rand = "0.9.0" +rand = "0.9.3" hyper-util = "^0.1.10" hyper = "^1.5.0" chrono = "^0.4.41"