From e3de5884068f56074d384ce58d34165dc1321fc0 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 21 Jan 2023 00:17:39 +0000 Subject: [PATCH] Update Rust crate id3 to 1.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e285125..f804863 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,9 +239,9 @@ dependencies = [ [[package]] name = "id3" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34c002f6c5921fcb132ceb3861f637a55a859baf1ef5a473faa75f2964bbcc8c" +checksum = "19d7a833474b30425eb64132d1f9b727b4e39537418bcc3288497c8d2f5c8948" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index ea2979d..d7b4189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ] [dependencies] anyhow = "1.0.63" -id3 = "1.5.0" +id3 = "1.6.0" image = "0.24.3" structopt = { version = "0.3.26", default-features = false }