diff --git a/Cargo.lock b/Cargo.lock index 4b33918..7a0ef76 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -460,9 +460,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 e1aa216..b739b54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ hmac = { version = "0.12.1", features = ["reset"] } sha1 = "0.10.6" crossbeam-channel = "0.5.11" clap = { version = "4.5.0", features = ["cargo"] } -indicatif = "0.17.7" +indicatif = "0.17.8" thiserror = "1.0.57" num_cpus = "1.16.0" ahash = "0.8.8"