Skip to content

Commit

Permalink
Merge pull request #86 from sarub0b0/renovate/crossterm-0.x
Browse files Browse the repository at this point in the history
Update Rust crate crossterm to v0.21.0
  • Loading branch information
sarub0b0 authored Sep 22, 2021
2 parents e5743e8 + d77fa32 commit 6f8a447
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 34 deletions.
44 changes: 12 additions & 32 deletions 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 event/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mock-failed = [ "hyper" ]
new-log-stream = []

[dependencies]
crossterm = "0.19"
crossterm = "0.21"
kube = "0.57"
kube-runtime = "0.57"
k8s-openapi = { version = "0.12", default-features = false, features = ["v1_20"] }
Expand Down
2 changes: 1 addition & 1 deletion tui-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ansi = { path = "../ansi" }
unicode-segmentation = "1.7"
unicode-width = "0.1"
rayon = "1.5"
crossterm = "0.19.0"
crossterm = "0.21.0"
derivative = "2.2"
fuzzy-matcher = "0.3"
chrono = "0.4"
Expand Down

0 comments on commit 6f8a447

Please sign in to comment.