summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 06:54:17 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-05-03 07:03:02 +0800
commita9ce7578bcbc088c8b18e33de83860e10991bf85 (patch)
tree0ffb90182f99177cf3bef318117d4ca9b50f1fbf /Cargo.lock
parent27fb5214e8f2c4669faf093a2ca570da17deca37 (diff)
[dua] upgrade to tui 0.15
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",
]