Skip to content

Commit

Permalink
Upgrade crossterm etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Jan 27, 2024
1 parent cc9e3b1 commit 477a93f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 36 deletions.
41 changes: 8 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[dependencies]
ratatui = {version = "0.25.0"}
crossterm = { version = "0.26.1", default-features = false, features = [
crossterm = { version = "0.27.0", default-features = false, features = [
"event-stream",
] }
tokio = { version = "1.28.2", features = ["full"] }
Expand Down Expand Up @@ -47,11 +47,11 @@ tui-logger = { version = "0.10.1", default-features = false, features = [
colored = "2.0.0"
log = "0.4.19"
libc = "0.2.146"
tui-input = "0.7.1"
tui-input = "0.8.0"
signal-hook = "0.3.15"
tokio-util = "0.7.8"
zbus = { version = "3.14.1", default-features = false, features = ["tokio"] }
itertools = "0.11.0"
itertools = "0.12.0"
duct = "0.13.6"
indexmap = "2.0.0"
clipboard-anywhere = "0.2.2"
Expand Down

0 comments on commit 477a93f

Please sign in to comment.