Skip to content

Commit cc4c274

Browse files
chore(deps): bump criterion from 0.3.6 to 0.4.0 (#193)
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.6 to 0.4.0. - [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.6...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... 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 543e170 commit cc4c274

File tree

2 files changed

+97
-95
lines changed

2 files changed

+97
-95
lines changed

Cargo.lock

Lines changed: 96 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tokio-rustls = "0.23.4"
5454
toml = "0.5.9"
5555

5656
[dev-dependencies]
57-
criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] }
57+
criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] }
5858
hyper = { version = "0.14.20", features = ["client"] }
5959
tokio = { version = "1.20.1", features = ["full"] }
6060
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)