Skip to content

Commit eafc15a

Browse files
dependabot[bot]alxiord
authored andcommitted
build(deps): update criterion requirement from 0.3.5 to 0.5.1
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](bheisler/criterion.rs@0.3.5...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94c5543 commit eafc15a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pe = []
2525
vm-memory = "0.11.0"
2626

2727
[dev-dependencies]
28-
criterion = { version = "0.3.5", features = ["html_reports"] }
28+
criterion = { version = "0.5.1", features = ["html_reports"] }
2929
vm-memory = { version = "0.11.0", features = ["backend-mmap"] }
3030

3131
[[bench]]

0 commit comments

Comments
 (0)