From 4a2bcf5d0f93e16c210c9515e043dab3bd590f45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:26:01 +0000 Subject: [PATCH] build(deps): update iai-callgrind requirement from 0.13.4 to 0.14.0 Updates the requirements on [iai-callgrind](https://github.com/iai-callgrind/iai-callgrind) to permit the latest version. - [Release notes](https://github.com/iai-callgrind/iai-callgrind/releases) - [Changelog](https://github.com/iai-callgrind/iai-callgrind/blob/main/CHANGELOG.md) - [Commits](https://github.com/iai-callgrind/iai-callgrind/compare/v0.13.4...v0.14.0) --- updated-dependencies: - dependency-name: iai-callgrind 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 6cb9f9e2..1835de84 100644 --- a/lofty/Cargo.toml +++ b/lofty/Cargo.toml @@ -37,7 +37,7 @@ hound = { git = "https://github.com/ruuda/hound.git", rev = "02e66effb33683d structopt = { version = "0.3.26", default-features = false } tempfile = "3.10.1" test-log = "0.2.16" -iai-callgrind = "0.13.4" +iai-callgrind = "0.14.0" [lints] workspace = true