diff --git a/Cargo.toml b/Cargo.toml index 78f59df..510b8b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ license = "MIT/Apache-2.0" edition = "2021" [dependencies] -rand = { version = "0.8", default-features = false, features = ["std_rng"]} +rand = { version = "0.9", default-features = false, features = ["std_rng"]} rayon = { version = "1", optional = true } colored = { version = "2", optional = true } num-traits = { version = "0.2", default-features = false } [dev-dependencies] -rand = { version = "0.8", features = ["std"]} +rand = { version = "0.9", features = ["std"]} [features]