From 840af19d4b317773e77f604c95f60e393d3f2816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 12:00:09 +0200 Subject: [PATCH] Update criterion requirement from 0.3 to 0.4 (#31) Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 391804e..58a5523 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ parity-wasm = { version = "0.45", default-features = false } [dev-dependencies] binaryen = "0.12" -criterion = "0.3" +criterion = "0.4" diff = "0.1" pretty_assertions = "1" rand = "0.8"