diff options
| author | Pavel Ivanov <mr.pavel.ivanov@gmail.com> | 2024-12-27 23:15:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-27 22:15:19 +0000 |
| commit | dda66753d2a24e4960aee61507795bd44c9974bb (patch) | |
| tree | 44387a9983455f8802a3ccae456e1e5f395a0006 /crates/atuin-history/Cargo.toml | |
| parent | Revert "flake.lock: Update (#2463)" (#2498) (diff) | |
| download | atuin-dda66753d2a24e4960aee61507795bd44c9974bb.zip | |
chore(deps): bump ratatui to 0.29.0 (#2474)
Diffstat (limited to 'crates/atuin-history/Cargo.toml')
| -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 } |
