Update Rust crate anyhow to 1.0.58
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-06-23 00:23:39 +00:00
parent 8c79e138e9
commit 2b75197395
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -16,9 +16,9 @@ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
[[package]]
name = "anyhow"
version = "1.0.57"
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
[[package]]
name = "autocfg"

View File

@ -12,7 +12,7 @@ keywords = [ "id3", "mp3", "images" ]
categories = [ "command-line-utilities", "filesystem", "multimedia" ]
[dependencies]
anyhow = "1.0.57"
anyhow = "1.0.58"
id3 = "1.2.0"
image = "0.24.2"
structopt = { version = "0.3.26", default-features = false }