diff --git a/Cargo.lock b/Cargo.lock index 93844851..7ecf6ec0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -728,9 +728,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 488651f4..32eda325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ debug = 1 bytemuck = "1.13.1" clap = { version = "4.3.10", features = ["derive"] } imagequant = "4.2.0" -indicatif = "0.17.5" +indicatif = "0.17.6" log = "0.4.19" mozjpeg = "0.9.4" oxipng = { git = "https://github.com/shssoichiro/oxipng.git", rev = "4ae64c56" } # For parallel support