diff --git a/Cargo.lock b/Cargo.lock index 4ee0c2f..4417f87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,9 +1846,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.18.3" +version = "0.18.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" +checksum = "25470f23803092da7d239834776d653104d551bc4d7eacaf31e6837854b8e9eb" dependencies = [ "console", "portable-atomic", @@ -2659,9 +2659,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.10.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" [[package]] name = "portable-atomic-util" diff --git a/Cargo.toml b/Cargo.toml index 577132f..3492c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.101" clap = { version = "4.5.58", features = ["derive", "wrap_help"] } futures = "0.3.31" -indicatif = "0.18.3" +indicatif = "0.18.4" num_cpus = "1.17.0" redis = { version = "0.32.7", features = ["tokio-comp", "aio", "connection-manager", "tokio-native-tls-comp", "json"] } reqwest = { version = "0.12.24", features = ["json"] }