diff --git a/Cargo.lock b/Cargo.lock index e35c9acaa0..24233d08e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1498,9 +1498,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.6" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" +checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index b9e64fcceb..e458d17e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ fail = { version = "0.5", features = ["failpoints"] } fn-error-context = "0.2.0" futures = "0.3.28" indoc = "2.0.4" -indicatif = "0.17.6" +indicatif = "0.17.7" is-terminal = "0.4" libc = "0.2.148" libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" }