Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Bump tui from 0.15.0 to 0.16.0 in /src/agent
Browse files Browse the repository at this point in the history
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.15.0 to 0.16.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.15.0...v0.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 11, 2021
1 parent 9de91b0 commit 40b1a86
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 44 deletions.
50 changes: 7 additions & 43 deletions src/agent/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 src/agent/onefuzz-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ thiserror = "1.0"
tokio = { version = "1.8", features = ["full"] }
tokio-util = { version = "0.6", features = ["full"] }
tokio-stream = "0.1"
tui = { version = "0.15", default-features = false, features = ['crossterm'] }
tui = { version = "0.16", default-features = false, features = ['crossterm'] }
url = { version = "2.2", features = ["serde"] }
uuid = { version = "0.8", features = ["serde", "v4"] }

0 comments on commit 40b1a86

Please sign in to comment.