diff --git a/Cargo.lock b/Cargo.lock index 58afbe1..dbcb569 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1657,7 +1657,7 @@ dependencies = [ "log", "native-tls", "num_cpus", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "serde", "serde_json", @@ -2504,7 +2504,7 @@ dependencies = [ "hashbrown 0.16.1", "metrics", "quanta", - "rand 0.9.2", + "rand 0.9.3", "rand_xoshiro", "sketches-ddsketch", ] @@ -3306,7 +3306,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash 2.1.1", "rustls", @@ -3366,9 +3366,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.5", @@ -4395,7 +4395,7 @@ dependencies = [ "monostate", "onig", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex", @@ -4831,7 +4831,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1", "thiserror 2.0.18", "utf-8", @@ -4855,7 +4855,7 @@ version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "web-time", ] @@ -5058,7 +5058,7 @@ dependencies = [ "prost 0.14.3", "prost-types", "pyo3", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest 0.13.2", "rmp-serde", diff --git a/Cargo.toml b/Cargo.toml index 084f5a4..96ab4eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tower-http = { version = "0.6", features = [ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" bytes = "1.8.0" -rand = "0.9.2" +rand = "0.9.3" reqwest = { version = "0.13", features = ["stream", "blocking", "json"] } futures-util = "0.3" futures = "0.3"