Skip to content

Commit

Permalink
Bump ratatui from 0.22.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.22.0 to 0.24.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.22.0...v0.24.0)

---
updated-dependencies:
- dependency-name: ratatui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 9a6a54a commit cf12603
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 25 deletions.
141 changes: 117 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities", "games"]


[dependencies]
ratatui = "0.22.0"
ratatui = "0.24.0"
crossterm = "0.27"
rand = "0.8.5"
serde = { version = "1.0.188", features = ["derive"] }
Expand Down

0 comments on commit cf12603

Please sign in to comment.