From aaeef088517b55ce268ac4ab241009076207f685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:30:14 +0000 Subject: [PATCH] chore(deps): bump id3 from 1.16.4 to 1.17.0 in /panoptes Bumps id3 from 1.16.4 to 1.17.0. --- updated-dependencies: - dependency-name: id3 dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- panoptes/Cargo.lock | 4 ++-- panoptes/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panoptes/Cargo.lock b/panoptes/Cargo.lock index 04ab260..4875ddd 100644 --- a/panoptes/Cargo.lock +++ b/panoptes/Cargo.lock @@ -1400,9 +1400,9 @@ checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" [[package]] name = "id3" -version = "1.16.4" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "965c5e6a62a241f2f673df956ea5f52c27780bc1031855890a551ed9b869e2d1" +checksum = "70d6d9f23a28c6feab60d7b4a339e004809019ec9d5fd964b3f4c655ff9bc141" dependencies = [ "bitflags 2.11.0", "byteorder", diff --git a/panoptes/Cargo.toml b/panoptes/Cargo.toml index 3122130..6f44c5e 100644 --- a/panoptes/Cargo.toml +++ b/panoptes/Cargo.toml @@ -60,7 +60,7 @@ pdf-extract = "0.10" lopdf = "0.32" # Audio metadata -id3 = "1.13" +id3 = "1.17" mp3-metadata = "0.4" symphonia = { version = "0.5", features = ["all"] }