diff --git a/Cargo.lock b/Cargo.lock index c7716783..b0515e3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3678,7 +3678,6 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ - "libc", "rand_chacha 0.3.1", "rand_core 0.6.4", ] @@ -5292,7 +5291,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 3d139333..c732a1d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ log-fastly = "0.12" lol_html = "2.7.2" matchit = "0.9" mime = "0.3" -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"] }