summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--below/view/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/below/view/Cargo.toml b/below/view/Cargo.toml
index b4a9a3a0..f3f60dcc 100644
--- a/below/view/Cargo.toml
+++ b/below/view/Cargo.toml
@@ -13,7 +13,7 @@ license = "Apache-2.0"
anyhow = "1.0.86"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
common = { package = "below-common", version = "0.8.1", path = "../common" }
-crossterm = { version = "0.27.0", features = ["event-stream"] }
+crossterm = { version = "0.28", features = ["event-stream"] }
cursive = { version = "0.20.0", features = ["crossterm-backend"], default-features = false }
cursive_buffered_backend = "0.6.1"
enum-iterator = "1.4.1"