From c52e1b08862448109e521bdbf6bbd942655a9198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 18:28:48 +0000 Subject: [PATCH] Update iai-callgrind requirement from 0.11.0 to 0.12.2 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.11.0...v0.12.2) --- updated-dependencies: - dependency-name: iai-callgrind dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fdd05f9..193f22b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4" hex-literal = "0.4.1" criterion = "0.5" test-case = "3.0.0" -iai-callgrind = "0.11.0" +iai-callgrind = "0.12.2" [[bench]] name = "bench"