diff --git a/Cargo.lock b/Cargo.lock index d6d420b..97dfd4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,9 +215,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "id3" -version = "1.10.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf8550abe8a02c044e8f4162c8ddb4020fc65b5e7771ad9b80c25e13ed4536b6" +checksum = "79f41f7e5ad125c63d55b112a98afb753742fa7f97692bfbbc52544b89e1ff1f" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 51091cb..1f8dac5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.65.0" clap = { version = "4.4.10", features = ["std", "derive", "help"], default-features = false } regex = "1.10.2" anyhow = "1.0.75" -id3 = { version = "1.10.0", default-features = false } +id3 = { version = "1.13.1", default-features = false } funcfmt = "0.3.0" once_cell = { default-features = false, features = ["std"], version = "1.18.0" } cow-utils = "0.1.3"