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 fe597303..ce4220b1 100644 --- a/crates/atuin-history/Cargo.toml +++ b/crates/atuin-history/Cargo.toml @@ -18,7 +18,7 @@ atuin-client = { path = "../atuin-client", version = "18.11.0" } time = { workspace = true } serde = { workspace = true } -crossterm = { version = "0.28.1", features = ["use-dev-tty"] } +crossterm = { version = "0.29.0", features = ["use-dev-tty"] } unicode-segmentation = "1.11.0" [dev-dependencies] |
