From 8f0d67a4dc22e62248d634073154704edcd04b40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:44:30 +0000 Subject: [PATCH] Update ratatui requirement from 0.26 to 0.28 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.28.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..410397d 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.28", default-features = false } web-sys = { version = "0.3", features = ["Window", "Screen", "TouchEvent", "TouchList", "Touch", "CssStyleSheet", "StyleSheetList", "CssRuleList", "CssRule"] } yew = { version = "0.21", features = ["csr"] }