diff --git a/Cargo.toml b/Cargo.toml index 8c58c1b..452271d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ authors = ["Ben Forge (BenCheung0422)"] [dependencies] anyhow = "1.0.95" clap = { version = "4.5.23", features = ["cargo", "wrap_help"] } -indicatif = "0.17.9" +indicatif = "0.18.3" inquire = "0.7.5" librqbit-buffers = "4.1.0" librqbit-core = "4.0.1"