From 45953d390749c834437edcef273050cfab229eff Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 25 Oct 2022 00:30:19 +0000 Subject: [PATCH] Update Rust crate id3 to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9654eb..081b7ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = [ "command-line-utilities", "filesystem", "multimedia" ] [dependencies] anyhow = "1.0.63" -id3 = "1.2.0" +id3 = "1.3.0" image = "0.24.3" structopt = { version = "0.3.26", default-features = false } -- 2.45.2