summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:10:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-02 07:10:40 +0800
commit8040d5c50df32b6b19b775a88bdc9616fbfe8980 (patch)
treedaf21f8477579a1515e5cbc69ae5b3be88f4b575 /Cargo.toml
parent1d61587ce0e783019e5f3cb2a8acdd8c5eb93cca (diff)
upgrade byte-unit to version 4v2.7.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 4669b19..189651e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@ failure = "0.1.1"
failure-tools = "4.0.2"
structopt = "0.3"
jwalk = "0.5.0"
-byte-unit = "3"
+byte-unit = "4"
termion = "1.5.2"
atty = "0.2.11"
tui = "0.9.1"