From 3900bf2e1d072c46a86161e7b9b8f488e4b4bac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 20:19:36 +0000 Subject: [PATCH] Update criterion requirement from 0.3 to 0.4 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.3.6) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sv-parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv-parser/Cargo.toml b/sv-parser/Cargo.toml index 15d423f..f4d1fff 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -35,7 +35,7 @@ sv-parser-syntaxtree = {version = "^0.12.1", path = "../sv-parser-syntaxtree"} [dev-dependencies] structopt = "0.3.2" -criterion = "0.3" +criterion = "0.4" enquote = "1.0" [[bench]]