Skip to content

Commit 270ba50

Browse files
Bump ratatui from 0.26.3 to 0.27.0
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.26.3 to 0.27.0. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9929750 commit 270ba50

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

Cargo.lock

Lines changed: 20 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ edition = "2021"
2727

2828
[dependencies]
2929
crossterm = "0.27"
30-
ratatui = { version = "0.26.3", default-features = false, features = [
30+
ratatui = { version = "0.27.0", default-features = false, features = [
3131
'crossterm',
3232
] }
3333
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)