diff --git a/Cargo.lock b/Cargo.lock index 16af186244f11..716090659d08b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1037,9 +1037,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" +checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index ddca8be82e009..5034bced28f57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ hexf-parse = { version ="0.2.1"} ignore = { version = "0.4.22" } imara-diff ={ version = "0.1.5"} imperative = { version = "1.0.4" } -indicatif ={ version = "0.17.7"} +indicatif ={ version = "0.17.8"} indoc ={ version = "2.0.4"} insta = { version = "1.34.0", feature = ["filters", "glob"] } insta-cmd = { version = "0.4.0" }