From f0932d197e001a4a9454bb8157494e153fa239a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 20:57:48 +0000 Subject: [PATCH] Update criterion requirement from 0.4 to 0.5 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.4.0...0.5.0) --- 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 d30a748..76de91a 100644 --- a/sv-parser/Cargo.toml +++ b/sv-parser/Cargo.toml @@ -35,7 +35,7 @@ sv-parser-syntaxtree = {version = "^0.13.1", path = "../sv-parser-syntaxtree"} [dev-dependencies] structopt = "0.3.2" -criterion = "0.4" +criterion = "0.5" enquote = "1.0" [[bench]]