From 9fe82c6f6f68b6cdc296b844a3af4a9bb11bb114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:45:01 +0000 Subject: [PATCH] Update ratzilla requirement from 0.1.0 to 0.2.0 Updates the requirements on [ratzilla](https://github.com/orhun/ratzilla) to permit the latest version. - [Release notes](https://github.com/orhun/ratzilla/releases) - [Changelog](https://github.com/orhun/ratzilla/blob/main/CHANGELOG.md) - [Commits](https://github.com/orhun/ratzilla/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: ratzilla dependency-version: 0.2.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 157549f..175e241 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] ratatui = { version = "0.29.0", default-features = false } color-eyre = "0.6.5" -ratzilla = "0.1.0" +ratzilla = "0.2.0"