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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 11:03:56 -07:00 committed by GitHub
parent b4aacb045e
commit dcba0bcd5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -265,9 +265,9 @@ dependencies = [
[[package]] [[package]]
name = "ratatui" name = "ratatui"
version = "0.27.0-alpha.0" version = "0.27.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c29925b3680f9c4c62d5782b943b3062e5d8fc9942ac94071f3e7d573980f7aa" checksum = "6eccb30ca0bd90b76b5bb256be906ab402eb9ba8f2a63d00c0bf2f4c5642b8fb"
dependencies = [ dependencies = [
"bitflags 2.4.1", "bitflags 2.4.1",
"cassowary", "cassowary",

View File

@ -14,7 +14,7 @@ categories = ["tui", "macro"]
[dependencies] [dependencies]
# requires alpha version of ratatui for the Into<Style> changes # requires alpha version of ratatui for the Into<Style> changes
ratatui = "0.27.0-alpha.0" ratatui = "0.27.0-alpha.2"
[dev-dependencies] [dev-dependencies]
trybuild = { version = "1.0.88", features = ["diff"] } trybuild = { version = "1.0.88", features = ["diff"] }