Skip to content

Commit b98c370

Browse files
deps: bump criterion from 0.5.1 to 0.8.1
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.5.1 to 0.8.1. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d9be84 commit b98c370

File tree

4 files changed

+61
-28
lines changed

4 files changed

+61
-28
lines changed

Cargo.lock

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

identity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ quickcheck = { workspace = true }
4545
base64 = "0.21.7"
4646
serde_json = "1.0"
4747
rmp-serde = "1.1"
48-
criterion = "0.5"
48+
criterion = "0.8"
4949
hex-literal = "0.4.1"
5050

5151
[[bench]]

misc/quick-protobuf-codec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ unsigned-varint = { workspace = true, features = ["std"] }
1818
quick-protobuf = "0.8"
1919

2020
[dev-dependencies]
21-
criterion = "0.5.1"
21+
criterion = "0.8.1"
2222
futures = "0.3.30"
2323
quickcheck = { workspace = true }
2424

muxers/mplex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ unsigned-varint = { workspace = true, features = ["asynchronous_codec"] }
2525

2626
[dev-dependencies]
2727
async-std = { version = "1.7.0", features = ["attributes"] }
28-
criterion = "0.5"
28+
criterion = "0.8"
2929
futures = "0.3"
3030
libp2p-identity = { workspace = true, features = ["rand"] }
3131
libp2p-muxer-test-harness = { path = "../test-harness" }

0 commit comments

Comments
 (0)