summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:45:40 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-22 10:45:40 +0800
commit839b9323d93b9f562f6414cd66504b6d686c0224 (patch)
treedec25a406b00786c03d7afc3e683f54a4dd632e4 /Cargo.lock
parent773497cc48a406a069be84e14194d51484fdbec2 (diff)
Upgrade to tui 0.10 step one…tui-react-v0.10.0
…which can be followed by a crosstermion upgrade once prodash/crosstermion have caught up.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b758aa7..96a598f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -242,8 +242,8 @@ dependencies = [
"petgraph",
"pretty_assertions",
"structopt",
- "tui 0.9.5",
- "tui-react 0.4.1",
+ "tui 0.10.0",
+ "tui-react 0.10.0",
"unicode-segmentation",
"wild",
]