summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 532fd83..06ceabb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -205,7 +205,7 @@ dependencies = [
"crossterm",
"termion",
"tui 0.14.0",
- "tui-react 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tui-react 0.14.0",
]
[[package]]
@@ -242,7 +242,7 @@ dependencies = [
"petgraph",
"pretty_assertions",
"tui 0.14.0",
- "tui-react 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tui-react 0.14.0",
"unicode-segmentation",
"wild",
]
@@ -687,21 +687,21 @@ dependencies = [
[[package]]
name = "tui-react"
version = "0.14.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "fe492db1ef5abbac0d46d1fe6a53881c77fd53c1be03ee45d366e2a8ef83f4fa"
dependencies = [
"log",
- "tui 0.15.0",
+ "tui 0.14.0",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "tui-react"
-version = "0.14.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fe492db1ef5abbac0d46d1fe6a53881c77fd53c1be03ee45d366e2a8ef83f4fa"
+version = "0.15.0"
dependencies = [
"log",
- "tui 0.14.0",
+ "tui 0.15.0",
"unicode-segmentation",
"unicode-width",
]