Skip to content

Commit

Permalink
Update tui requirement from 0.14 to 0.19
Browse files Browse the repository at this point in the history
Updates the requirements on [tui](https://github.com/fdehau/tui-rs) to permit the latest version.
- [Release notes](https://github.com/fdehau/tui-rs/releases)
- [Changelog](https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md)
- [Commits](fdehau/tui-rs@v0.14.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2023
1 parent dea7bca commit ae55763
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 @@ -17,5 +17,5 @@ serde = {version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.12.0", features = ["full"] }
toml = "0.7"
tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] }
tui = { version = "0.19", default-features = false, features = ['crossterm', 'serde'] }
unicode-width = "0.1.8"

0 comments on commit ae55763

Please sign in to comment.