summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 13:35:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-06 13:35:40 +0800
commit40e9eb1d0e548dac3ec896d293291d1e439ba976 (patch)
tree2a0418932cada86adc439a4ebd865c733defcf27 /Cargo.lock
parente867e58ebd2febc66342f0337f08b75574b24e02 (diff)
Replace termion::color with colored
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock31
1 files changed, 12 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6ca456f..68c0401 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -87,6 +87,17 @@ dependencies = [
]
[[package]]
+name = "colored"
+version = "1.9.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
+dependencies = [
+ "atty",
+ "lazy_static",
+ "winapi 0.3.9",
+]
+
+[[package]]
name = "crossbeam"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -219,6 +230,7 @@ dependencies = [
"anyhow",
"atty",
"byte-unit",
+ "colored",
"crosstermion",
"filesize",
"flume",
@@ -230,7 +242,6 @@ dependencies = [
"petgraph",
"pretty_assertions",
"structopt",
- "termcolor",
"termion",
"tui",
"tui-react 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -697,15 +708,6 @@ dependencies = [
]
[[package]]
-name = "termcolor"
-version = "1.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
-dependencies = [
- "winapi-util",
-]
-
-[[package]]
name = "termion"
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -823,15 +825,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
-name = "winapi-util"
-version = "0.1.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
-dependencies = [
- "winapi 0.3.9",
-]
-
-[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"