From 874101a548db9f3e86d6d619d21291d491fcd5da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Nov 2025 01:05:00 +0000 Subject: [PATCH] chore(deps): update rust crate criterion to v0.8.0 --- Cargo.toml | 2 +- benchmark/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7be8ed9..06c060c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ anyhow = "1.0.79" rand = "0.8.5" [dev-dependencies.criterion] -version = "0.5.1" +version = "0.8.0" [profile.bench] lto = true diff --git a/benchmark/Cargo.toml b/benchmark/Cargo.toml index 93157ee..8867846 100644 --- a/benchmark/Cargo.toml +++ b/benchmark/Cargo.toml @@ -11,4 +11,4 @@ simpledb = { path = "../" } rand = "0.8" [dev-dependencies] -criterion = "0.5" +criterion = "0.8"