aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-client/Cargo.toml
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-client/Cargo.toml
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-client/Cargo.toml')
-rw-r--r--crates/atuin-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml
index 2e65409f..e2ad5a00 100644
--- a/crates/atuin-client/Cargo.toml
+++ b/crates/atuin-client/Cargo.toml
@@ -68,7 +68,7 @@ indicatif = "0.18.0"
tiny-bip39 = "=1.0.0"
# theme
-crossterm = { version = "0.28.1", features = ["serde"] }
+crossterm = { version = "0.29.0", features = ["serde"] }
palette = { version = "0.7.5", features = ["serializing"] }
lazy_static = "1.4.0"
strum_macros = "0.26.3"