From 88a40aba71ff8d72809d1b95ae834d38d6cd91e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 17:57:02 +0000 Subject: [PATCH] Update criterion requirement from =0.3.3 to =0.5.1 Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.3...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d39156..c94aeb6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ wasi = "0.11" [dev-dependencies] average = "0.13" -criterion = "=0.3.3" +criterion = "=0.5.1" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies] wasm-bindgen-test = "0.3"