summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-05-11 12:10:33 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-05-11 12:13:05 +0200
commitc72f059e2345c158d0a2bdf8d8051d4f6bcc9cb8 (patch)
tree6e4d4f1eec5f9d35d725d5191dcc7a43d5a76a09 /Cargo.toml
parenta0a1dbd95fadae50fec894e50bb2c29c41a69bc5 (diff)
switch to ratatuimoonwalk
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5853770..b907b41 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,10 +33,10 @@ trash = { version = "3.0.0", optional = true, default-features = false, features
# 'tui' related
unicode-segmentation = { version = "1.3.0", optional = true }
-crosstermion = { version = "0.10.1", default-features = false, optional = true }
-tui = { version = "0.19.0", optional = true, default-features = false }
-tui-react = { version = "0.19.0", optional = true }
-open = { version = "3.0", optional = true }
+crosstermion = { version = "0.11.0", default-features = false, optional = true }
+tui = { package = "ratatui", version = "0.20.1", optional = true, default-features = false }
+tui-react = { version = "0.20.0", optional = true }
+open = { version = "4.1.0", optional = true }
wild = "2.0.4"
owo-colors = "3.5.0"