aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-history
diff options
context:
space:
mode:
authorTobias Genannt <tobias.genannt@gmail.com>2026-01-27 21:12:34 +0100
committerGitHub <noreply@github.com>2026-01-27 12:12:34 -0800
commitbc85ede020e99fa3de5477e31d9a9fa8bd32fbcd (patch)
treef9d5160de27249c940a176401ac1499164bb5008 /crates/atuin-history
parentfix: do not hit sync v1 endpoints for status (#3102) (diff)
downloadatuin-bc85ede020e99fa3de5477e31d9a9fa8bd32fbcd.zip
chore(deps): Update to ratatui 0.30.0 (#3104)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to 'crates/atuin-history')
-rw-r--r--crates/atuin-history/Cargo.toml2
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]