diff options
Diffstat (limited to 'crates/atuin-history')
| -rw-r--r-- | crates/atuin-history/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-history/Cargo.toml b/crates/atuin-history/Cargo.toml index fc3fc88a..305323a8 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -24,7 +24,7 @@ directories = { workspace = true } indicatif = "0.17.5" serde = { workspace = true } serde_json = { workspace = true } -crossterm = { version = "0.27", features = ["use-dev-tty"] } +crossterm = { version = "0.28.1", features = ["use-dev-tty"] } unicode-width = "0.1" itertools = { workspace = true } tokio = { workspace = true } |
