diff --git a/Cargo.toml b/Cargo.toml index 61b8de3..4e0ee13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,18 +16,18 @@ quicklog = ["dep:thiserror"] [dependencies] serde_json = "1.0.115" hex = "0.4.3" -npyz = "0.7.4" -ndarray = "0.15.6" +npyz = "0.8.3" +ndarray = "0.16.1" rayon = "1.10.0" indicatif = { version = "0.17.8", optional = true } -ndarray-npy ="0.8.1" -itertools = "0.12.1" +ndarray-npy ="0.9.1" +itertools = "0.13.0" thiserror = { version = "1.0.58", optional = true } [dev-dependencies] criterion = "0.5.1" -ndarray-rand = "0.14.0" -anyhow = "1.0.81" +ndarray-rand = "0.15.0" +anyhow = "1.0.92" muscat = { path = ".", features = ["progress_bar"] } [[example]]