diff --git a/Cargo.toml b/Cargo.toml index 53abad5..692753d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "src/bin/main.rs" required-features = ["bin"] [dependencies] -rand = { version = "0.9", optional = true } +rand = { version = "0.10", optional = true } num-traits = { version = "0.2", default-features = false, features = ["std"], optional = true }