From b5b887b58aba3a473ea2244e9c1a43cf9b5a07db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:38:05 +0000 Subject: [PATCH] build(deps): bump id3 from 1.14.0 to 1.15.0 Bumps [id3](https://github.com/polyfloyd/rust-id3) from 1.14.0 to 1.15.0. - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](https://github.com/polyfloyd/rust-id3/compare/v1.14.0...v1.15.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 42b0433..a500ace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,9 +204,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "id3" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55f4e785f2c700217ee82a1c727c720449421742abd5fcb2f1df04e1244760e9" +checksum = "ab55e9dc8caf811048062c5711b338e0582c89504737d5a95c4568f723a46cf3" dependencies = [ "bitflags", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index f462dca..d0d30c8 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.14.0", default-features = false } +id3 = { version = "1.15.0", default-features = false } funcfmt = "0.3.0" once_cell = { default-features = false, features = ["std"], version = "1.20.2" } cow-utils = "0.1.3"