diff --git a/Cargo.toml b/Cargo.toml index 16e9ce0..27e9b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ sha2 = "0.10" flate2 = "1.0" lz4 = "1.24" bincode = { version = "2.0.0-rc.3", features = ["serde"] } -rand = "0.8" +rand = "0.9" ndarray = { version = "0.16", features = ["serde"] } [features]