From be2dbe47f8c342f884bac18107a8e593810a881f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:00:07 +0000 Subject: [PATCH] Update gungraun requirement from 0.17.2 to 0.18.1 Updates the requirements on [gungraun](https://github.com/gungraun/gungraun) to permit the latest version. - [Release notes](https://github.com/gungraun/gungraun/releases) - [Changelog](https://github.com/gungraun/gungraun/blob/main/CHANGELOG.md) - [Commits](https://github.com/gungraun/gungraun/compare/v0.17.2...v0.18.1) --- updated-dependencies: - dependency-name: gungraun dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lofty/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lofty/Cargo.toml b/lofty/Cargo.toml index 80a1d320b..edf44de6e 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -48,7 +48,7 @@ rusty-fork = "0.3.1" structopt = { version = "0.3.26", default-features = false } tempfile = "3.27.0" test-log = "0.2.19" -gungraun = "0.17.2" +gungraun = "0.18.1" [lints] workspace = true