Update Rust crate id3 to 1.5.0
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-11-22 00:31:32 +00:00
parent 33b9c02c2b
commit b78e02c3bf
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 }