From 07547d3eabeb7dc8dc4ff8c04db1244d972188ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 00:53:47 +0000 Subject: [PATCH] chore(deps): bump id3 from 1.16.0 to 1.16.1 Bumps [id3](https://github.com/polyfloyd/rust-id3) from 1.16.0 to 1.16.1. - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](https://github.com/polyfloyd/rust-id3/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: id3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29f7264..b82e32a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,9 +1165,9 @@ dependencies = [ [[package]] name = "id3" -version = "1.16.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1df50e6c625115513974d5efc34c4bc55524145e14cb2297e909ab5ece0d49" +checksum = "872718dfcd3a6f4601a3fb413365ee5e1d3ec050316ff79e690c98658a6738ef" dependencies = [ "bitflags 2.6.0", "byteorder",