From bc85ede020e99fa3de5477e31d9a9fa8bd32fbcd Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Tue, 27 Jan 2026 21:12:34 +0100 Subject: chore(deps): Update to ratatui 0.30.0 (#3104) ## 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 --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client/Cargo.toml') 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" -- cgit v1.3.1