From 25945adad038a242f1dbf83499b464db75e974f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:09:52 +0000 Subject: [PATCH] Update iai-callgrind requirement from 0.14.0 to 0.16.0 --- updated-dependencies: - dependency-name: iai-callgrind dependency-version: 0.16.0 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 105ec5a..78d1441 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ criterion = "0.5.1" hex-literal = "0.2.1" hex-slice = "0.1.4" env_logger = "0.11.2" -iai-callgrind = "0.14.0" +iai-callgrind = "0.16.0" [[bench]] name = "bench"