From 74b92ed36a70026629a0b303c2eeeff1e8e49f86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:45:07 +0800 Subject: [PATCH] build(deps): bump indicatif from 0.17.9 to 0.17.11 (#4678) * build(deps): bump indicatif from 0.17.9 to 0.17.11 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.9 to 0.17.11. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.9...0.17.11) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update all Cargo files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- svm/examples/Cargo.lock | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd1f7f6289046b..8cbb211f7661a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3402,9 +3402,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", @@ -11552,7 +11552,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.59.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 69a0caa4942c8c..e4f9e03167b135 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -359,7 +359,7 @@ hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.15" indexmap = "2.7.1" -indicatif = "0.17.9" +indicatif = "0.17.11" itertools = "0.12.1" jemallocator = { package = "tikv-jemallocator", version = "0.6.0", features = [ "unprefixed_malloc_on_supported_platforms", diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 2cc576844a028d..a7d3f519c604da 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2609,9 +2609,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix", diff --git a/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index ce3b95eeb0eaec..eee4f6473c3696 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -2519,9 +2519,9 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.9" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf675b85ed934d3c67b5c5469701eec7db22689d0a2139d856e0925fa28b281" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", "number_prefix",