From 3c59c2502cb0f0234284d2011b66f0a2460a5fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:04:10 +0000 Subject: [PATCH] Update iai-callgrind requirement from 0.11.0 to 0.12.3 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.3) --- 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..cc1554e 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.3" [[bench]] name = "bench"