From a714691f0da9b9477d17e67432947bbc8d74201e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:23:57 +0000 Subject: [PATCH] build(deps): update gungraun requirement from 0.18.2 to 0.19.0 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.18.2...v0.19.0) --- updated-dependencies: - dependency-name: gungraun dependency-version: 0.19.0 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 3b80bdcd1..73fe7c675 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.18.2" +gungraun = "0.19.0" [lints] workspace = true