Skip to content

Commit 12c114f

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

2 files changed

Lines changed: 48 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 47 additions & 6 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
@@ -71,7 +71,7 @@ rcgen = "0.14"
7171
openssl = { version = "0.10" }
7272

7373
# benchmarking & profiling
74-
criterion = { version = "0.5", features = ["async_tokio"] }
74+
criterion = { version = "0.7", features = ["async_tokio"] }
7575
pprof = { version = "0.15", features = ["flamegraph", "criterion"] }
7676

7777
# simulation

0 commit comments

Comments
 (0)