diff --git a/Cargo.toml b/Cargo.toml index a30343c..21c2093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ bstr = "1.5.0" clap = { version = "4.5.0", features = ["derive"] } fxread = "0.2.5" hashbrown = "0.15.0" -indicatif = { version = "0.17.8", features = ["rayon"] } +indicatif = { version = "0.18.3", features = ["rayon"] } ndarray = "0.16.1" ndarray-stats = "0.6.0" rayon = "1.7.0"