Skip to content

Commit

Permalink
Bump ratatui from 0.28.1 to 0.29.0 (#12)
Browse files Browse the repository at this point in the history
Bumps [ratatui](https://github.com/ratatui/ratatui) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/ratatui/ratatui/releases)
- [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.28.1...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent 8066817 commit be98b14
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 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 @@ -23,5 +23,5 @@ color-eyre = ["dep:color-eyre"]
calloop = { version = "0.14.1" }
color-eyre = { version = "0.6.3", optional = true }
document-features = "0.2.10"
ratatui = { version = "0.28.1", features = ["crossterm"] }
ratatui = { version = "0.29.0", features = ["crossterm"] }
thiserror = "2.0.3"

0 comments on commit be98b14

Please sign in to comment.