Skip to content

Commit

Permalink
Update ratatui-macros requirement from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ratatui-macros](https://github.com/ratatui-org/ratatui-macros) to permit the latest version.
- [Release notes](https://github.com/ratatui-org/ratatui-macros/releases)
- [Changelog](https://github.com/ratatui/ratatui-macros/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui-macros@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: ratatui-macros
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 4e75e4c commit 768bac5
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 @@ -24,7 +24,7 @@ ratatui = { version = "0.28.1", features = [
"unstable-rendered-line-info",
"macros",
] }
ratatui-macros = "0.5.0"
ratatui-macros = "0.6.0"
tui-textarea = { version = "0.6.1", features = ["crossterm"] }
throbber-widgets-tui = "0.7"
tui-tree-widget = "0.22.0"
Expand Down

0 comments on commit 768bac5

Please sign in to comment.