Skip to content

Commit 525842b

Browse files
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] <support@github.com>
1 parent b356c85 commit 525842b

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

src/agent/Cargo.lock

Lines changed: 10 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
@@ -47,7 +47,7 @@ thiserror = "1.0"
4747
tokio = { version = "1.16", features = ["full"] }
4848
tokio-util = { version = "0.7", features = ["full"] }
4949
tokio-stream = "0.1"
50-
tui = { version = "0.18", default-features = false, features = ['crossterm'] }
50+
tui = { version = "0.19", default-features = false, features = ['crossterm'] }
5151
url = { version = "2.3", features = ["serde"] }
5252
uuid = { version = "0.8", features = ["serde", "v4"] }
5353
chrono = { version = "0.4", default-features = false, features = [

0 commit comments

Comments
 (0)