Merge pull request #85 from dalance/dependabot/cargo/criterion-0.5

Update criterion requirement from 0.4 to 0.5
This commit is contained in:
dalance 2023-11-09 11:48:53 +09:00 committed by GitHub
commit 2e2590b836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ sv-parser-syntaxtree = {version = "^0.13.1", path = "../sv-parser-syntaxtree"}
[dev-dependencies] [dev-dependencies]
structopt = "0.3.2" structopt = "0.3.2"
criterion = "0.4" criterion = "0.5"
enquote = "1.0" enquote = "1.0"
[[bench]] [[bench]]