Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Nov 3, 2020
1 parent 11d05ba commit 02673cf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
25 changes: 10 additions & 15 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 @@ -14,16 +14,16 @@ keywords = ["mpd", "music", "tui"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1.0.33"
anyhow = "1.0.34"
crossterm = "0.18.2"
dirs = "3.0.1"
expand = "0.1.2"
expand = "0.1.3"
ron = "0.6.2"
serde = { version = "1.0.117", features = ["derive"] }
structopt = "0.3.20"

[dependencies.tokio]
version = "0.3.2"
version = "0.3.3"
features = ["io-util", "macros", "net", "rt-multi-thread", "sync", "time"]

[dependencies.tui]
Expand Down

0 comments on commit 02673cf

Please sign in to comment.