Skip to content

Commit

Permalink
Upgrade tui and crossterm deps (Rigellute#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute authored Aug 23, 2021
1 parent 77f41df commit 1ef37e7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 49 deletions.
74 changes: 27 additions & 47 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT OR Apache-2.0"

[dependencies]
rspotify = "0.10.0"
tui = { version = "0.14.0", features = ["crossterm"], default-features = false }
tui = { version = "0.16.0", features = ["crossterm"], default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.8"
Expand All @@ -24,7 +24,7 @@ clap = "2.33.3"
unicode-width = "0.1.8"
backtrace = "0.3.56"
arboard = "1.2.0"
crossterm = "0.19"
crossterm = "0.20"
tokio = { version = "0.2", features = ["full"] }
rand = "0.8.3"
anyhow = "1.0.43"
Expand Down

0 comments on commit 1ef37e7

Please sign in to comment.