Merge pull request #62 from figsoda/dependabot/cargo/anyhow-1.0.56

Bump anyhow from 1.0.52 to 1.0.56
This commit is contained in:
figsoda 2022-03-18 09:56:28 -04:00 committed by GitHub
commit 8d0611ab31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4,9 +4,9 @@ version = 3
[[package]]
name = "anyhow"
version = "1.0.52"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27"
[[package]]
name = "async-channel"

View file

@ -12,7 +12,7 @@ keywords = ["cli", "mpd", "music", "terminal", "tui"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.52"
anyhow = "1.0.56"
async-io = "1.6.0"
async-net = "1.6.1"
clap = { version = "3.0.10", features = ["cargo", "derive", "unicode"] }