Update Rust crate id3 to 1.6.0
This commit is contained in:
parent
43ec856c74
commit
e3de588406
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -239,9 +239,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "id3"
|
name = "id3"
|
||||||
version = "1.5.0"
|
version = "1.6.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "34c002f6c5921fcb132ceb3861f637a55a859baf1ef5a473faa75f2964bbcc8c"
|
checksum = "19d7a833474b30425eb64132d1f9b727b4e39537418bcc3288497c8d2f5c8948"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bitflags",
|
"bitflags",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -13,7 +13,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.63"
|
anyhow = "1.0.63"
|
||||||
id3 = "1.5.0"
|
id3 = "1.6.0"
|
||||||
image = "0.24.3"
|
image = "0.24.3"
|
||||||
structopt = { version = "0.3.26", default-features = false }
|
structopt = { version = "0.3.26", default-features = false }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user