diff --git a/Cargo.lock b/Cargo.lock index 8cb6b1d9..7711a109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -855,7 +855,7 @@ dependencies = [ "fr-common", "fr-limited-vec", "hex", - "rand 0.8.5", + "rand 0.9.2", "serde", "sha3", "thiserror 2.0.17", @@ -942,7 +942,7 @@ dependencies = [ "futures", "hex", "paste", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "tempfile", @@ -1116,7 +1116,7 @@ dependencies = [ "hex", "mini-moka", "paste", - "rand 0.8.5", + "rand 0.9.2", "tempfile", "thiserror 2.0.17", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 567f31f8..b0d7396c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ mini-moka = "0.10.3" paste = "1.0.15" quinn = { version = "0.11.8", default-features = false, features = ["runtime-tokio", "rustls-ring", "bloom"] } quote = "1.0.40" -rand = "0.8.5" +rand = "0.9.2" rayon = "1.11.0" reed-solomon-simd = "3.0.1" regex = "1.11.2"