mirror of
https://github.com/figsoda/mmtc
synced 2024-11-27 01:10:18 +00:00
Merge pull request #22 from figsoda/dependabot/cargo/anyhow-1.0.47
Bump anyhow from 1.0.45 to 1.0.47
This commit is contained in:
commit
1d87f329ac
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4,9 +4,9 @@ version = 3
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.45"
|
version = "1.0.47"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
|
checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-channel"
|
name = "async-channel"
|
||||||
|
|
|
@ -12,7 +12,7 @@ keywords = ["cli", "mpd", "music", "terminal", "tui"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.45"
|
anyhow = "1.0.47"
|
||||||
async-io = "1.6.0"
|
async-io = "1.6.0"
|
||||||
async-net = "1.6.1"
|
async-net = "1.6.1"
|
||||||
clap = "3.0.0-beta.5"
|
clap = "3.0.0-beta.5"
|
||||||
|
|
Loading…
Reference in a new issue