diff --git a/Cargo.lock b/Cargo.lock index 709558a..f3df254 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -485,9 +485,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", diff --git a/Cargo.toml b/Cargo.toml index 02b387a..98d26f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ zerocopy = { version = "0.8.39", optional = true } [dev-dependencies] anyhow = "1.0.100" env_logger = "0.11.8" -indicatif = "0.18.3" +indicatif = "0.18.4" [build-dependencies] cfg_aliases = "0.2.1"