mirror of
https://github.com/figsoda/mmtc
synced 2024-11-26 08:50:18 +00:00
bump dependencies
This commit is contained in:
parent
78022c1f68
commit
081e701f00
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -11,9 +11,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.35"
|
||||
version = "1.0.36"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
|
||||
checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479"
|
||||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
|
|
|
@ -14,7 +14,7 @@ keywords = ["cli", "mpd", "music", "terminal", "tui"]
|
|||
categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.35"
|
||||
anyhow = "1.0.36"
|
||||
async-io = "1.3.1"
|
||||
async-net = "1.5.0"
|
||||
crossbeam-queue = "0.3.1"
|
||||
|
|
Loading…
Reference in a new issue