diff --git a/Cargo.toml b/Cargo.toml index 27517f1..1d5fa22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] csv = "1.3.0" glob = "0.3.2" -indicatif = "0.17.8" +indicatif = "0.18.0" ndarray = { version = "0.16.1", features = ["rayon"] } numpy = "0.25.0" pyo3 = { version = "0.25.0", features = ["abi3-py311", "extension-module"] }