From becea962572f5a6e687a10470550d75a01cb1de4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 16:00:30 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to 0.7.0 --- libraries/native_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 9df9e72c..0fe4ad24 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -29,7 +29,7 @@ doc-comment = "0.3.3" [dev-dependencies] serde_json = "1.0.116" -criterion = { version = "0.6.0" } +criterion = { version = "0.7.0" } [features] default = ["serde", "bincode_1_3"]