From 7359271050ad332bc7f15f6b060fdddf950fef4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 08:19:35 +0100 Subject: [PATCH] Bump id3 from 1.9.0 to 1.10.0 (#447) Bumps [id3](https://github.com/polyfloyd/rust-id3) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/polyfloyd/rust-id3/blob/main/CHANGELOG.md) - [Commits](https://github.com/polyfloyd/rust-id3/compare/v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: id3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 82d6b05a..0ef8b711 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,9 +1313,9 @@ dependencies = [ [[package]] name = "id3" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9592fef083f91c77848100693b236275caf57ac48ed1fdfe44287cb727e0936" +checksum = "bf8550abe8a02c044e8f4162c8ddb4020fc65b5e7771ad9b80c25e13ed4536b6" dependencies = [ "bitflags 2.3.3", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 839de1d3..9915e1f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ sha256 = "1.4.0" deunicode = "1.4.1" strfmt="0.2.4" urlencoding="2.1.3" -id3 = "1.9.0" +id3 = "1.10.0" [target.'cfg(not(windows))'.dependencies] openssl = "0.10.59"