summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2023-06-19 15:05:17 +0200
committerextrawurst <mail@rusticorn.com>2023-06-19 15:05:17 +0200
commit4f3be697d52b29248f74f6dfd6bb6583f407de65 (patch)
tree779ee134bd1b7ec159224181512f0226b8f66092 /Cargo.toml
parent195a6f2c90d7da2432f880d02d882f8225bd24f1 (diff)
upgrade ratatui
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce69c1f1..8b2287f0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ log = "0.4"
notify = "5.1"
notify-debouncer-mini = "0.2"
once_cell = "1"
-ratatui = { version = "0.20", default-features = false, features = ['crossterm', 'serde'] }
+ratatui = { version = "0.21", default-features = false, features = ['crossterm', 'serde'] }
rayon-core = "1.11"
ron = "0.8"
scopeguard = "1.1"