diff --git a/Cargo.toml b/Cargo.toml index 7110aab..1a65fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ fastcrypto = "0.1.9" gf256 = "0.3.0" itertools = { version = "0.14.0", optional = true } prettytable-rs = "0.10.0" -rand = "0.9.0" +rand = "0.10.0" [features] double-check = ["itertools"]