mirror of
https://github.com/tlsnotary/rust-yamux.git
synced 2026-01-09 12:58:03 -05:00
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](https://github.com/bheisler/criterion.rs/compare/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>
This commit is contained in:
@@ -19,7 +19,7 @@ static_assertions = "1"
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
criterion = "0.4"
|
||||
criterion = "0.5"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3.4"
|
||||
quickcheck = "1.0"
|
||||
|
||||
Reference in New Issue
Block a user