summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:03:09 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 09:03:09 +0800
commit72e776d9a3668a81a9502e9560c06a2e500a37c8 (patch)
treecd4f3f55ca5f1516b15df6a65e52947ebe51d9a0 /Cargo.toml
parent1207bdd582c75895354b639fb81006d97076da83 (diff)
update to colored 2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ed7db3..470efbb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ itertools = "0.9.0"
num_cpus = "1.10.0"
filesize = "0.2.0"
anyhow = "1.0.31"
-colored = "1.9.3"
+colored = "2.0.0"
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }