summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 07:57:13 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2023-03-15 09:15:19 +0100
commit531fee318817967fc0d6d6eb227c77abd5148499 (patch)
treee0d4c21fb4219904a5757d21d53ec065c862bf54
parent9c514161ac3ee5bb56ee679b2abb548abea4fe53 (diff)
Bump indicatif from 0.17.1 to 0.17.3
Bumps [indicatif](https://github.com/console-rs/indicatif) from 0.17.1 to 0.17.3. - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](https://github.com/console-rs/indicatif/compare/0.17.1...0.17.3) --- updated-dependencies: - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock11
-rw-r--r--Cargo.toml2
2 files changed, 10 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1b679b8..863dabc 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -322,12 +322,13 @@ dependencies = [
[[package]]
name = "indicatif"
-version = "0.17.1"
+version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bfddc9561e8baf264e0e45e197fd7696320026eb10a8180340debc27b18f535b"
+checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
dependencies = [
"console",
"number_prefix",
+ "portable-atomic",
"unicode-width",
]
@@ -522,6 +523,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
+name = "portable-atomic"
+version = "0.3.19"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
+
+[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index e5d8ca0..f656063 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ windows_process_extensions_main_thread_handle = []
[dependencies]
colored = "2.0"
-indicatif = "0.17.1"
+indicatif = "0.17.3"
statistical = "1.0"
atty = "0.2"
csv = "1.1"