mirror of
https://github.com/figsoda/mmtc
synced 2025-02-16 21:38:38 +00:00
bump dependencies
This commit is contained in:
parent
cccb497c47
commit
ac206bbde5
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.36"
|
||||
version = "1.0.37"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "68803225a7b13e47191bab76f2687382b60d259e8cf37f6e1893658b84bb9479"
|
||||
checksum = "ee67c11feeac938fae061b232e38e0b6d94f97a9df10e6271319325ac4c56a86"
|
||||
|
||||
[[package]]
|
||||
name = "async-channel"
|
||||
|
|
|
@ -14,7 +14,7 @@ keywords = ["cli", "mpd", "music", "terminal", "tui"]
|
|||
categories = ["command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.36"
|
||||
anyhow = "1.0.37"
|
||||
async-io = "1.3.1"
|
||||
async-net = "1.5.0"
|
||||
crossbeam-queue = "0.3.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue