summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNoah Too <krivahtoo@gmail.com>2022-06-22 18:05:51 +0300
committerGitHub <noreply@github.com>2022-06-22 11:05:51 -0400
commit05d16b4083d07fe00ae7c0da23aa19d1d4321f56 (patch)
tree0f6c0b32d5a0692cbaa528b934b9f8c90973a3d3 /Cargo.lock
parentba9a5726ab31071c83e83fc808a910fccdbd86f7 (diff)
Bump `ansi-to-tui` to `0.6` and remove `tui_old` (#179)
`ansi-to-tui` 0.6 uses the latest `tui`
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock22
1 files changed, 4 insertions, 18 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9a4c329..ff877c4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -19,11 +19,11 @@ checksum = "77e9c9abb82613923ec78d7a461595d52491ba7240f3c64c0bbe0e6d98e0fce0"
[[package]]
name = "ansi-to-tui"
-version = "0.5.1"
+version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "432bad6a85e6443b2ba2296fb43c6d843594f2f0daa55a8b86202dd3c1dc0a99"
+checksum = "33ef15b7b32ef426166ba4f153a0ade6fb3b81b20ff3d2cdbc89c369f5a2e620"
dependencies = [
- "tui 0.17.0",
+ "tui",
]
[[package]]
@@ -388,8 +388,7 @@ dependencies = [
"termion",
"toml",
"trash",
- "tui 0.17.0",
- "tui 0.18.0",
+ "tui",
"unicode-segmentation",
"unicode-width",
"users",
@@ -1038,19 +1037,6 @@ dependencies = [
[[package]]
name = "tui"
-version = "0.17.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "23ed0a32c88b039b73f1b6c5acbd0554bfa5b6be94467375fd947c4de3a02271"
-dependencies = [
- "bitflags",
- "cassowary",
- "termion",
- "unicode-segmentation",
- "unicode-width",
-]
-
-[[package]]
-name = "tui"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729"