diff --git a/Cargo.lock b/Cargo.lock index fffbafb..92da51d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -412,9 +412,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 f13a23e..7b5fd22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ readme = "README.md" [dependencies] anyhow = "1.0.52" clap = { version = "3.2.25", features = ["derive"] } -indicatif = "0.17.7" +indicatif = "0.17.8" reqwest = "0.12.0" tokio = { version = "1.19.2", features = ["macros", "fs", "io-util", "rt-multi-thread"] }