Skip to content

Commit 0f89693

Browse files
author
Stephan Dilly
committed
bump tui/crossterm
1 parent c0022d4 commit 0f89693

File tree

2 files changed

+22
-12
lines changed

2 files changed

+22
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords = [
2222
scopetime = { path = "./scopetime", version = "0.1" }
2323
asyncgit = { path = "./asyncgit", version = "0.16" }
2424
filetreelist = { path = "./filetreelist", version = "0.2" }
25-
crossterm = { version = "0.19", features = [ "serde" ] }
25+
crossterm = { version = "0.20", features = [ "serde" ] }
2626
clap = { version = "2.33", default-features = false }
27-
tui = { version = "0.15", default-features = false, features = ['crossterm', 'serde'] }
27+
tui = { version = "0.16", default-features = false, features = ['crossterm', 'serde'] }
2828
bytesize = { version = "1.0", default-features = false}
2929
itertools = "0.10"
3030
rayon-core = "1.9"

0 commit comments

Comments
 (0)