aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ce85142..fdcc54e 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,9 +12,9 @@ include = ["src/", "presets/patterns/*.txt"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-colored = "2.0.0"
-crossterm = "0.25.0"
-include_dir = "0.7.3"
+colored = "2.1.0"
+crossterm = "0.28.1"
+include_dir = "0.7.4"
rand = "0.8.5"
-tui = "0.19.0"
+ratatui = "0.29.0"