From 167f612b4ebb959d1551d7f25d05f13fa32f90bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:59:21 +0000 Subject: [PATCH] Update ratatui requirement from 0.27 to 0.30 Updates the requirements on [ratatui](https://github.com/ratatui/ratatui) to permit the latest version. - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui/ratatui/compare/v0.27.0...ratatui-v0.30.0) --- updated-dependencies: - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f29d6df..74604ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ repository = "https://github.com/yourusername/sshtui" readme = "README.md" [dependencies] -ratatui = "0.27" +ratatui = "0.30" crossterm = "0.29" clap = { version = "4", features = ["derive"] }