aboutsummaryrefslogtreecommitdiffstats
path: root/atuin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--atuin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/Cargo.toml b/atuin/Cargo.toml
index ec5b1c53..ac426cd1 100644
--- a/atuin/Cargo.toml
+++ b/atuin/Cargo.toml
@@ -52,7 +52,7 @@ directories = { workspace = true }
indicatif = "0.17.5"
serde = { workspace = true }
serde_json = { workspace = true }
-crossterm = { version = "0.26", features = ["use-dev-tty"] }
+crossterm = { version = "0.27", features = ["use-dev-tty"] }
unicode-width = "0.1"
itertools = { workspace = true }
tokio = { workspace = true }