From 49f484b682c0abdf6804c16c656cc1d78a4f0e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 12:13:45 +0000 Subject: [PATCH] chore(deps): update rust crate criterion2 to v1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e1c41a..686f699 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -423,9 +423,9 @@ checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636" [[package]] name = "criterion2" -version = "0.11.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7258985df1aa8b33359ee2392cbc3b7802875242cdacdda91a17a602132c24a9" +checksum = "b8df39381f28ced0ceebfb5611528d99aef14f8d75b43e9d4ceb6aba66e7b04d" dependencies = [ "anes", "bpaf", diff --git a/Cargo.toml b/Cargo.toml index 2d4ca18..bfd792a 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 = "0.11.0", default-features = false } +criterion2 = { version = "1.0.0", default-features = false } rayon = "1.10.0" mimalloc = "0.1.43"