Skip to content

Commit 0699545

Browse files
dependabot[bot]djc
authored andcommitted
build(deps): bump criterion from 0.5.1 to 0.6.0
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.5.1 to 0.6.0. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f61a0f6 commit 0699545

File tree

2 files changed

+22
-74
lines changed

2 files changed

+22
-74
lines changed

Cargo.lock

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

quinn-udp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ once_cell = { workspace = true }
3333
windows-sys = { workspace = true }
3434

3535
[dev-dependencies]
36-
criterion = { version = "0.5", default-features = false, features = ["async_tokio"] }
36+
criterion = { version = "0.6", default-features = false, features = ["async_tokio"] }
3737
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "net"] }
3838

3939
[build-dependencies]

0 commit comments

Comments
 (0)