Skip to content

Commit 88ed4df

Browse files
build(deps): Update criterion requirement from 0.4 to 0.5 (#159)
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.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 72ccd57 commit 88ed4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yamux/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static_assertions = "1"
1919

2020
[dev-dependencies]
2121
anyhow = "1"
22-
criterion = "0.4"
22+
criterion = "0.5"
2323
env_logger = "0.10"
2424
futures = "0.3.4"
2525
quickcheck = "1.0"

0 commit comments

Comments
 (0)