summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index be488dd..56cbd65 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -206,7 +206,7 @@ dependencies = [
"crossterm",
"termion",
"tui",
- "tui-react 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tui-react 0.10.0",
]
[[package]]
@@ -243,7 +243,7 @@ dependencies = [
"pretty_assertions",
"structopt",
"tui",
- "tui-react 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tui-react 0.10.0",
"unicode-segmentation",
"wild",
]
@@ -708,6 +708,8 @@ dependencies = [
[[package]]
name = "tui-react"
version = "0.10.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "21bbc5221de660fa2cc79a5386d72f268174a90e37eef004f5210cc7f94baf78"
dependencies = [
"log",
"tui",
@@ -717,9 +719,7 @@ dependencies = [
[[package]]
name = "tui-react"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "21bbc5221de660fa2cc79a5386d72f268174a90e37eef004f5210cc7f94baf78"
+version = "0.10.1"
dependencies = [
"log",
"tui",