summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-03 15:33:34 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-03 15:33:34 +0800
commitcad0beb5cf8735af20e74764eae6b9d120093b22 (patch)
treeae7b8f8760ba23e8073ba1768c5075d5afeed763
parentb42a81dba70f272374a6683f0c430c3e1ab5ed5d (diff)
Bump tui-react version to 0.3tui-react-v0.3.0
-rw-r--r--Cargo.lock10
-rw-r--r--Cargo.toml2
2 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 60a25bb..0200d93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -276,9 +276,9 @@ dependencies = [
[[package]]
name = "hermit-abi"
-version = "0.1.8"
+version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
+checksum = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
dependencies = [
"libc",
]
@@ -440,9 +440,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.9"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
+checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
dependencies = [
"unicode-xid",
]
@@ -616,7 +616,7 @@ dependencies = [
[[package]]
name = "tui-react"
-version = "0.2.2"
+version = "0.3.0"
dependencies = [
"log",
"tui",
diff --git a/Cargo.toml b/Cargo.toml
index 6ffdd3f..77dae2b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ petgraph = "0.5"
itertools = "0.9.0"
open = "1.2.2"
log = "0.4.6"
-tui-react = { path = "./tui-react", version = "0.2" }
+tui-react = { path = "./tui-react", version = "0.3" }
num_cpus = "1.10.0"
unicode-segmentation = "1.3.0"
filesize = "0.2.0"