diff --git a/Cargo.lock b/Cargo.lock index 68f14e753..86f9b3264 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3019,7 +3019,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.6", + "rand 0.8.7", "smallvec", "zeroize", ] @@ -3361,7 +3361,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared 0.11.3", - "rand 0.8.6", + "rand 0.8.7", ] [[package]] @@ -3756,11 +3756,10 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ - "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", ] @@ -5377,7 +5376,7 @@ dependencies = [ "lol_html", "matchit 0.9.2", "mime", - "rand 0.8.6", + "rand 0.9.4", "regex", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 695099d49..16926bb19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ lol_html = "2.7.2" matchit = "0.9" mime = "0.3" prost-build = "0.13" -rand = "0.8" +rand = "0.9" rcgen = { version = "0.13", features = ["x509-parser"] } regex = "1.12.3" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }