Skip to content

Commit 85831e6

Browse files
chore(deps): bump criterion from 0.4.0 to 0.5.1
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.4.0 to 0.5.1. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.4.0...0.5.1) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e78c199 commit 85831e6

File tree

2 files changed

+98
-64
lines changed

2 files changed

+98
-64
lines changed

Cargo.lock

Lines changed: 97 additions & 63 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.7.6"
5555

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

0 commit comments

Comments
 (0)