mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00
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:
parent
b4aacb045e
commit
dcba0bcd5d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
@ -14,7 +14,7 @@ categories = ["tui", "macro"]
|
||||
|
||||
[dependencies]
|
||||
# requires alpha version of ratatui for the Into<Style> changes
|
||||
ratatui = "0.27.0-alpha.0"
|
||||
ratatui = "0.27.0-alpha.2"
|
||||
|
||||
[dev-dependencies]
|
||||
trybuild = { version = "1.0.88", features = ["diff"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user