summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-10-20 09:20:52 +0000
committerSanto Cariotti <santo@dcariotti.me>2024-10-20 09:20:52 +0000
commitfbe9d908ff190dd91b2f4cc6fa713a0cb2f6a419 (patch)
tree535a127c7b0d0ac86cc42073a140a923fa9ecd04 /Cargo.toml
parent5c3c5033b36986641603253400e86850dc60c5e2 (diff)
Dump crossterm and rataui newest versions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae23863..bb5d9af 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,8 @@ anyhow = "1.0.75"
byteorder = "1.5.0"
chrono = "0.4.31"
clap = { version = "4.4.6", features = ["derive"] }
-crossterm = "0.27.0"
+crossterm = "0.28.1"
fork = "0.1.22"
nix = { version = "0.27.1", features = ["ptrace"] }
owo-colors = "3.5.0"
-ratatui = "0.23.0"
+ratatui = "0.28.1"