From ce7108d0ffd6902ed38e41c69b0b41f4989783d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 06:30:08 +0000 Subject: [PATCH] build(deps): bump id3 from 1.15.0 to 1.16.0 Bumps [id3](https://github.com/polyfloyd/rust-id3) from 1.15.0 to 1.16.0. - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](https://github.com/polyfloyd/rust-id3/compare/v1.15.0...v1.16.0) --- updated-dependencies: - dependency-name: id3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a500ace..71e17ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "id3" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab55e9dc8caf811048062c5711b338e0582c89504737d5a95c4568f723a46cf3" +checksum = "9d1df50e6c625115513974d5efc34c4bc55524145e14cb2297e909ab5ece0d49" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index d0d30c8..b99038d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.74" clap = { version = "4.5.21", features = ["std", "derive", "help"], default-features = false } regex = "1.11.1" anyhow = "1.0.93" -id3 = { version = "1.15.0", default-features = false } +id3 = { version = "1.16.0", default-features = false } funcfmt = "0.3.0" once_cell = { default-features = false, features = ["std"], version = "1.20.2" } cow-utils = "0.1.3"