From f0082b5dac4f4906861bc5e18ed3066f3b938dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:16:15 +0000 Subject: [PATCH] Update ratatui requirement from 0.25.0 to 0.26.0 Updates the requirements on [ratatui](https://github.com/ratatui-org/ratatui) to permit the latest version. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ratatui-org/ratatui/compare/v0.25.0...v0.25.0) --- updated-dependencies: - dependency-name: ratatui 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 0160e1c..a098eca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,4 +19,4 @@ log = "0.4.20" lazy_static = "1.4.0" fern = "0.6.2" notify = "6.1.1" -ratatui = "0.25.0" +ratatui = "0.26.0"