From 8cc0cae3aa7a89d19669a238fa8dcf357905d818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:05:21 +0000 Subject: [PATCH] Update ratatui requirement from 0.26 to 0.27 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.26.0...v0.27.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 0f7bead..c201bf4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,6 @@ repository = "https://github.com/TylerBloom/webatui" [dependencies] base16-palettes = "0.1.0" -ratatui = { version = "0.26", default-features = false } +ratatui = { version = "0.27", default-features = false } web-sys = { version = "0.3", features = ["Window", "Screen", "TouchEvent", "TouchList", "Touch", "CssStyleSheet", "StyleSheetList", "CssRuleList", "CssRule"] } yew = { version = "0.21", features = ["csr"] }