diff --git a/Cargo.toml b/Cargo.toml index 5747d887..65f8e3da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ prettyplease = "0.2" proc-macro2 = "1.0" proptest-macro = { version = "0.5.0", path = "proptest-macro" } quote = "1.0" -rand = { version = "0.9", default-features = false } +rand = { version = "0.10", default-features = false } rand_chacha = { version = "0.9", default-features = false } rand_xorshift = "0.4" regex = "1.0"