From 8101c01392847c1512c6887a2881fab621a9772b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:28:50 +0000 Subject: [PATCH] deps(deps): update criterion requirement from 0.5 to 0.8 in /rust-core Dependabot couldn't find the original pull request head commit, 035512bc9ae94296a3d7d88db4f3a29b2f6cbd53. --- rust-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-core/Cargo.toml b/rust-core/Cargo.toml index acf4788..89091c9 100644 --- a/rust-core/Cargo.toml +++ b/rust-core/Cargo.toml @@ -70,7 +70,7 @@ once_cell = "1.19" proptest = "1.4" tempfile = "3.8" tokio-test = "0.4" -criterion = { version = "0.5", features = ["html_reports"] } +criterion = { version = "0.8", features = ["html_reports"] } num_cpus = "1.16" async-trait = "0.1"