Skip to content

Commit 5b3aa2c

Browse files
build(deps): update criterion requirement from 0.3 to 0.4 (#91)
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](bheisler/criterion.rs@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1742d51 commit 5b3aa2c

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
@@ -27,7 +27,7 @@ void = { version = "1.0", optional = true }
2727

2828
[dev-dependencies]
2929
async-std = { version = "1", features = ["attributes"] }
30-
criterion = "0.3"
30+
criterion = "0.4"
3131
http-types = "2"
3232
pyo3 = "0.17"
3333
quickcheck = "1"

0 commit comments

Comments
 (0)