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-history/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-history') 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] -- cgit v1.3.1