Skip to content

Commit

Permalink
build(deps): update ratatui requirement from 0.24.0 to 0.26.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ratatui](https://github.com/ratatui-org/ratatui) to permit the latest version.
- [Release notes](https://github.com/ratatui-org/ratatui/releases)
- [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md)
- [Commits](ratatui/ratatui@v0.24.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent be9cfb5 commit 1c7d36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ env_logger = "0.9.3"
eyre = "0.6.8"
json5 = "0.4.1"
log = "0.4.17"
ratatui = "0.24.0"
ratatui = "0.26.0"
serde = { workspace = true, features = ["derive"] }
tui-input = "0.8.0"

0 comments on commit 1c7d36f

Please sign in to comment.