Merge pull request #15 from figsoda/dependabot/cargo/anyhow-1.0.44

Bump anyhow from 1.0.43 to 1.0.44
This commit is contained in:
figsoda 2021-09-13 07:26:23 -04:00 committed by GitHub
commit 844cae82b9
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.43"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
[[package]]
name = "async-channel"

View file

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