Skip to content

Commit fe48c1d

Browse files
dependabot-preview[bot]Stephan Dilly
authored andcommitted
Bump tui from 0.12.0 to 0.13.0
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.12.0 to 0.13.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.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 6966882 commit fe48c1d

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ scopetime = { path = "./scopetime", version = "0.1" }
2323
asyncgit = { path = "./asyncgit", version = "0.10" }
2424
crossterm = { version = "0.18", features = [ "serde" ] }
2525
clap = { version = "2.33", default-features = false }
26-
tui = { version = "0.12", default-features = false, features = ['crossterm', 'serde'] }
26+
tui = { version = "0.13", default-features = false, features = ['crossterm', 'serde'] }
2727
bytesize = { version = "1.0.1", default-features = false}
2828
itertools = "0.9"
2929
rayon-core = "1.9"

0 commit comments

Comments
 (0)