summaryrefslogtreecommitdiffstats
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
parent1d61587ce0e783019e5f3cb2a8acdd8c5eb93cca (diff)
upgrade byte-unit to version 4v2.7.0
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7267a3f..f187d42 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -63,9 +63,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "byte-unit"
-version = "3.1.4"
+version = "4.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "415301c9de11005d4b92193c0eb7ac7adc37e5a49e0ac9bed0a42343512744b8"
+checksum = "a83e250117a919810172ac4d81016eb6da74f235399ac97df3dd8846275d03b6"
[[package]]
name = "cassowary"
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"