From 51a731feac2475a71d84560ec2215661a3254953 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:12:13 +0000 Subject: [PATCH] chore(deps): update rust crate criterion2 to v2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ce278c..74397b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -432,9 +432,9 @@ checksum = "417bef24afe1460300965a25ff4a24b8b45ad011948302ec221e8a0a81eb2c79" [[package]] name = "criterion2" -version = "1.1.1" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6c2be2af5816b76f45745ccfb9959a9efd1322ae4c88fc3c9b2d6bcdabe5554" +checksum = "09db22066fd79bd628faf416dac96e44054deb00531601bcc20c6d12506b3701" dependencies = [ "anes", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 1624806..836596a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ biome_js_parser = "0.5.7" biome_js_syntax = "0.5.7" num_cpus = "1.16.0" -criterion2 = { version = "1.0.0", default-features = false } +criterion2 = { version = "2.0.0", default-features = false } rayon = "1.10.0" mimalloc = "0.1.43"