Update Rust crate id3 to 1.2.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-06-12 00:16:23 +00:00
parent 226fb97ded
commit e744631034
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -257,9 +257,9 @@ dependencies = [
[[package]]
name = "id3"
version = "1.1.3"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4986e42d23212d7e344e7f3b213bce889071bba3235c2766d24b0a12dec1ef6c"
checksum = "58f8809c6e2845c0388438f2c6000ca41eaed5cae8f3183c5449594238cde52e"
dependencies = [
"bitflags",
"byteorder",