diff --git a/Cargo.lock b/Cargo.lock index f0e6fcd838..b4db590b4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1503,9 +1503,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.5" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057" +checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730" dependencies = [ "console", "instant", diff --git a/Cargo.toml b/Cargo.toml index a0dfc6aa2a..775c90c9d9 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.3" -indicatif = "0.17.5" +indicatif = "0.17.6" is-terminal = "0.4" libc = "0.2.147" libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" }