Merge pull request 'Update Rust crate anyhow to 1.0.62' (#10) from renovate/anyhow-1.x into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #10
This commit is contained in:
Pierre HUBERT 2022-08-31 11:30:11 +00:00
commit ca6a228be6
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.58"
version = "1.0.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305"
[[package]]
name = "autocfg"

View File

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