From 0bbbee8bd053f1d9feb2522f90e54f8546506e8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:55:48 +0000 Subject: [PATCH] chore(deps): update ratatui requirement from 0.29 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/ratatui-v0.30.0-alpha.2...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 379151f..1697914 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5", features = ["derive"] } crossterm = "0.27" dirs = "5.0" glob = "0.3" -ratatui = "0.29" +ratatui = "0.30" rayon = "1.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"