From e7067aa08cc27625101b947d2acbdcb97c131348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 05:06:59 +0000 Subject: [PATCH] chore(deps): Bump indicatif from 0.17.3 to 0.17.4 Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.3 to 0.17.4. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.3...0.17.4) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++---------- vdev/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58b29f6177a3f..e7be91abac4c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4093,13 +4093,14 @@ dependencies = [ [[package]] name = "indicatif" -version = "0.17.3" +version = "0.17.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729" +checksum = "db45317f37ef454e6519b6c3ed7d377e5f23346f0823f86e65ca36912d1d0ef8" dependencies = [ "console", + "instant", "number_prefix", - "portable-atomic 0.3.15", + "portable-atomic", "unicode-segmentation", "unicode-width", ] @@ -4890,7 +4891,7 @@ checksum = "aa8ebbd1a9e57bbab77b9facae7f5136aea44c356943bf9a198f647da64285d6" dependencies = [ "ahash 0.8.2", "metrics-macros", - "portable-atomic 1.3.1", + "portable-atomic", ] [[package]] @@ -6020,12 +6021,6 @@ dependencies = [ "windows-sys 0.42.0", ] -[[package]] -name = "portable-atomic" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15eb2c6e362923af47e13c23ca5afb859e83d54452c55b0b9ac763b8f7c1ac16" - [[package]] name = "portable-atomic" version = "1.3.1" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index a71429cc5aecb..54038b4c213ae 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -22,7 +22,7 @@ dunce = "1.0.4" glob = { version = "0.3.1", default-features = false } hashlink = { version = "0.8.2", features = ["serde_impl"] } hex = "0.4.3" -indicatif = { version = "0.17.3", features = ["improved_unicode"] } +indicatif = { version = "0.17.4", features = ["improved_unicode"] } itertools = "0.10.5" log = "0.4.17" once_cell = "1.17"