Skip to content

Commit

Permalink
build(deps): update ratatui requirement from 0.28.1 to 0.29.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ratatui](https://github.com/ratatui/ratatui) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 2c3814b commit 4bc7d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tree-sitter = "0.23"
anyhow = "1"
log = { workspace = true }

ratatui = { version = "0.28.1", features = [
ratatui = { version = "0.29.0", features = [
"unstable-rendered-line-info",
"macros",
] }
Expand Down

0 comments on commit 4bc7d29

Please sign in to comment.