From aabf78ac586aba96870b21f5e56e00a9d86ebbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 18:39:52 +0000 Subject: [PATCH] Update iai-callgrind requirement from 0.11.0 to 0.13.1 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.13.1) --- 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..f9fe57c 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.13.1" [[bench]] name = "bench"