From facc1252b31fa768b32bb9be10056653e76e1f42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:42:08 +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 af5d359..200f7a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -381,9 +381,9 @@ dependencies = [ [[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 600b94b..569a74b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ swc_ecma_transforms_typescript = "0.191.0" swc_ecma_visit = "0.101.0" 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.42"