From dcba0bcd5d5d6e33ddc1fa94ebb94819fdda600e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:03:56 -0700 Subject: [PATCH] build(deps): bump ratatui from 0.27.0-alpha.0 to 0.27.0-alpha.2 (#22) Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.27.0-alpha.0 to 0.27.0-alpha.2. - [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.27.0-alpha.0...v0.27.0-alpha.2) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20ef7573..0c239073 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.27.0-alpha.0" +version = "0.27.0-alpha.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c29925b3680f9c4c62d5782b943b3062e5d8fc9942ac94071f3e7d573980f7aa" +checksum = "6eccb30ca0bd90b76b5bb256be906ab402eb9ba8f2a63d00c0bf2f4c5642b8fb" dependencies = [ "bitflags 2.4.1", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 364725a0..124533f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["tui", "macro"] [dependencies] # requires alpha version of ratatui for the Into