Update Rust crate id3 to 1.5.0 #20

Merged
pierre merged 1 commits from renovate/id3-1.x into main 2022-11-24 11:26:18 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -239,9 +239,9 @@ dependencies = [
[[package]]
name = "id3"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0342a234e9df58f34a65b31580937414568ac60410674930939977112208f6"
checksum = "34c002f6c5921fcb132ceb3861f637a55a859baf1ef5a473faa75f2964bbcc8c"
dependencies = [
"bitflags",
"byteorder",

View File

@ -13,7 +13,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ]
[dependencies]
anyhow = "1.0.63"
id3 = "1.4.0"
id3 = "1.5.0"
image = "0.24.3"
structopt = { version = "0.3.26", default-features = false }