Skip to content

Commit

Permalink
Bump tui from 0.17.0 to 0.19.0
Browse files Browse the repository at this point in the history
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.17.0 to 0.19.0.
- [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.17.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2022
1 parent d0d280d commit 4f08656
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 63 deletions.
88 changes: 26 additions & 62 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 @@ -11,5 +11,5 @@ log = "0.4.17"
pretty_env_logger = "0.4.0"
serde_json = { version = "1.0.86", features = ["preserve_order"] }
crossterm = "0.24.0"
tui = { version = "0.17.0", default-features = false, features = ["crossterm"] }
tui = { version = "0.19.0", default-features = false, features = ["crossterm"] }
tui-logger = "0.7.1"

0 comments on commit 4f08656

Please sign in to comment.