diff --git a/rust/Cargo.toml b/rust/Cargo.toml index d6690c08..f2ffe6b8 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -25,7 +25,7 @@ openblas = ["ndarray/blas"] pyo3 = "0.28" numpy = "0.28" ndarray = { version = "0.17", features = ["rayon"] } -rand = "0.8" +rand = "0.10" rand_xoshiro = "0.6" rayon = "1.8"