summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-08-10 22:43:45 +0300
committerorhun <orhun@archlinux.org>2021-08-10 22:43:45 +0300
commit04b00fad539b76df1fda2fa8ec4d81da6ffeb59a (patch)
tree0b0175cb0d2540cd9bfb94e27e15a4fd8fe8d241
parent606f2f475f004ccbf2aae33abe2e32f5dedbd69b (diff)
chore: Upgrade dependencies
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml4
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ef227c..26ce046 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -40,9 +40,9 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "bytesize"
-version = "1.0.1"
+version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
+checksum = "6c58ec36aac5066d5ca17df51b3e70279f5670a72102f5752cb7e7c856adfc70"
[[package]]
name = "cassowary"
@@ -303,9 +303,9 @@ dependencies = [
[[package]]
name = "tui"
-version = "0.15.0"
+version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71"
+checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23"
dependencies = [
"bitflags",
"cassowary",
diff --git a/Cargo.toml b/Cargo.toml
index 92306b7..b09d8a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,9 +15,9 @@ edition = "2018"
[dependencies]
clap = "2.33.3"
-tui = "0.15.0"
+tui = "0.16.0"
termion = "1.5.6"
-bytesize = "1.0.1"
+bytesize = "1.1.0"
unicode-width = "0.1.8"
enum-unitary = "0.4.2"
enum-iterator = "0.6.0"