diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..2d8cde7b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ progenitor = "0.13.0" progenitor-client = "0.13.0" proptest = "1.10.0" rayon = "1.11.0" -rand = { version = "0.9.2", features = [ "small_rng"] } +rand = { version = "0.10.0", features = [ "small_rng"] } rand_chacha = "0.9.0" reedline = "0.46.0" rangemap = "1.7.1"