summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 02:10:12 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2024-04-07 20:06:41 +0200
commite8ff88dad130d4b4bc2362be92aa8dfedc35074a (patch)
treef54294e099a66b5777f2ebd02f31f55040c572f1
parentc6a6dccd95e1b0b8d749b18cf0b3fe9d6dfdeb96 (diff)
Bump colored from 2.0.4 to 2.1.0HEADmaster
Bumps [colored](https://github.com/mackwic/colored) from 2.0.4 to 2.1.0. - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.0.4...v2.1.0) --- updated-dependencies: - dependency-name: colored dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock22
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 39e756b..9cbb67b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -300,11 +300,10 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "colored"
-version = "2.0.4"
+version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
+checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
- "is-terminal",
"lazy_static",
"windows-sys 0.48.0",
]
@@ -434,12 +433,6 @@ dependencies = [
]
[[package]]
-name = "hermit-abi"
-version = "0.3.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
-
-[[package]]
name = "hyperfine"
version = "1.18.0"
dependencies = [
@@ -489,17 +482,6 @@ dependencies = [
]
[[package]]
-name = "is-terminal"
-version = "0.4.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
-dependencies = [
- "hermit-abi",
- "rustix",
- "windows-sys 0.48.0",
-]
-
-[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
diff --git a/Cargo.toml b/Cargo.toml
index 90e4d88..a663a04 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ rust-version = "1.70.0"
windows_process_extensions_main_thread_handle = []
[dependencies]
-colored = "2.0"
+colored = "2.1"
indicatif = "=0.17.4"
statistical = "1.0"
csv = "1.1"