diff --git a/Cargo.lock b/Cargo.lock index 8aed3229865..626feb60661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,9 +1490,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.10" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeffd0d77fc9a0bc8ec71b6364089028b48283b534f874178753723ad9241f42" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index 7cf64993f3b..59c1035e019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ humantime-serde = "1.1.1" indenter = "0.3.3" indent_write = "2.2.0" indexmap = "2.7.1" -indicatif = "0.17.10" +indicatif = "0.17.11" indoc = "2.0.5" insta = { version = "1.42.1", default-features = false } is_ci = "1.2.0"