From 0eb6990575920b2608d46143b4743c6acf126d89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 02:34:20 +0000 Subject: [PATCH] build(deps): bump ratatui from 0.28.0 to 0.28.1 Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.0 to 0.28.1. - [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/v0.28.0...v0.28.1) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18bfa253..c0701150 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1383,9 +1383,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ba6a365afbe5615999275bea2446b970b10a41102500e27ce7678d50d978303" +checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d" dependencies = [ "bitflags", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index e901d717..c717c85f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ paste = "1.0.15" petgraph = "0.6.5" pretty_assertions = "1.4.0" rand = "0.8.5" -ratatui = "0.28.0" +ratatui = "0.28.1" serde = { version = "1.0.201", default-features = false } serde_json = { version = "1.0.117", default-features = false } serde_with = "3.9.0"