diff --git a/Cargo.lock b/Cargo.lock index 01f395a89e8..23d4db4fc0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1490,9 +1490,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "aeffd0d77fc9a0bc8ec71b6364089028b48283b534f874178753723ad9241f42" dependencies = [ "console", "number_prefix", diff --git a/Cargo.toml b/Cargo.toml index c14235e73ee..4d57a3591fc 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.9" +indicatif = "0.17.10" indoc = "2.0.5" insta = { version = "1.42.1", default-features = false } is_ci = "1.2.0"