diff --git a/Cargo.lock b/Cargo.lock index cbba36ccc8..04da8784b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2685,9 +2685,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 d4c48c23d5..c260848f65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -223,7 +223,7 @@ hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.11" indexmap = "2.2.2" -indicatif = "0.17.7" +indicatif = "0.17.8" itertools = "0.10.5" jemallocator = { package = "tikv-jemallocator", version = "0.4.1", features = [ "unprefixed_malloc_on_supported_platforms",