diff --git a/Cargo.toml b/Cargo.toml index a30343c..6a0eb3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ clap = { version = "4.5.0", features = ["derive"] } fxread = "0.2.5" hashbrown = "0.15.0" indicatif = { version = "0.17.8", features = ["rayon"] } -ndarray = "0.16.1" -ndarray-stats = "0.6.0" +ndarray = "0.17.1" +ndarray-stats = "0.7.0" rayon = "1.7.0"