Skip to content

Commit

Permalink
Bump ratatui from 0.23.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.23.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.23.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 Nov 1, 2023
1 parent a84237e commit b3f65cb
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 11 deletions.
78 changes: 68 additions & 10 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 @@ -48,7 +48,7 @@ qrcode = "0.12.0"
urlencoding = "2.1.3"
base64 = "0.21.5"
md-5 = "0.10.6"
ratatui = { version = "0.23.0", features = ["all-widgets"] }
ratatui = { version = "0.24.0", features = ["all-widgets"] }
crossterm = "0.27.0"
url = "2.4.1"
color-eyre = "0.6.2"

0 comments on commit b3f65cb

Please sign in to comment.