Merge pull request 'Update Rust crate id3 to 1.4.0' (#18) from renovate/id3-1.x into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #18
This commit is contained in:
commit
33b9c02c2b
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -239,9 +239,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "id3"
|
name = "id3"
|
||||||
version = "1.3.0"
|
version = "1.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c2cf589c9dddff0ea50b6361b8635720d721d4fbca02861f806add85afef74a0"
|
checksum = "cb0342a234e9df58f34a65b31580937414568ac60410674930939977112208f6"
|
||||||
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.3.0"
|
id3 = "1.4.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