mirror of
https://github.com/figsoda/mmtc
synced 2024-11-13 03:17:07 +00:00
Bump anyhow from 1.0.52 to 1.0.56
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.52 to 1.0.56. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.56) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
777385e41d
commit
a280255097
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in a new issue