Merge pull request #23 from figsoda/dependabot/cargo/anyhow-1.0.48

Bump anyhow from 1.0.47 to 1.0.48
This commit is contained in:
figsoda 2021-11-23 08:27:23 -05:00 committed by GitHub
commit a5df8d925e
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.47"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d9ff5d688f1c13395289f67db01d4826b46dd694e7580accdc3e8430f2d98e"
checksum = "62e1f47f7dc0422027a4e370dd4548d4d66b26782e513e98dca1e689e058a80e"
[[package]]
name = "async-channel"

View file

@ -12,7 +12,7 @@ keywords = ["cli", "mpd", "music", "terminal", "tui"]
categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.47"
anyhow = "1.0.48"
async-io = "1.6.0"
async-net = "1.6.1"
clap = "3.0.0-beta.5"