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

Commit 8d50aa6

Browse files
dependabot[bot]Porges
authored andcommitted
Bump tui from 0.18.0 to 0.19.0 in /src/agent
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.18.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.18.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]>
1 parent f511862 commit 8d50aa6

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/agent/Cargo.lock

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/agent/onefuzz-task/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ thiserror = "1.0"
4343
tokio = { version = "1.16", features = ["full"] }
4444
tokio-util = { version = "0.7", features = ["full"] }
4545
tokio-stream = "0.1"
46-
tui = { version = "0.18", default-features = false, features = ['crossterm'] }
46+
tui = { version = "0.19", default-features = false, features = ['crossterm'] }
4747
url = { version = "2.2", features = ["serde"] }
4848
uuid = { version = "0.8", features = ["serde", "v4"] }
4949
chrono = "0.4"

0 commit comments

Comments
 (0)