Merge pull request #63 from dalance/dependabot/cargo/criterion-0.4

Update criterion requirement from 0.3 to 0.4
This commit is contained in:
dalance 2022-11-09 16:18:20 +09:00 committed by GitHub
commit 1458b98da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]]