Skip to content

Commit 2e973d8

Browse files
deps: bump criterion from 0.5.1 to 0.8.2
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.5.1 to 0.8.2. - [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.2) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aad1f8e commit 2e973d8

5 files changed

Lines changed: 33 additions & 33 deletions

File tree

Cargo.lock

Lines changed: 29 additions & 29 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
@@ -43,7 +43,7 @@ rand = ["dep:rand"]
4343
quickcheck = { workspace = true }
4444
serde_json = "1.0"
4545
rmp-serde = "1.3"
46-
criterion = "0.5"
46+
criterion = "0.8"
4747
hex-literal = "0.4.1"
4848

4949
[[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.2"
2222
futures = { workspace = true }
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
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros"] }
28-
criterion = "0.5"
28+
criterion = "0.8"
2929
futures = { workspace = true }
3030
libp2p-identity = { workspace = true, features = ["rand"] }
3131
libp2p-muxer-test-harness = { path = "../test-harness" }

swarm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ libp2p-swarm-derive = { path = "../swarm-derive" } # Using `pat
4747
libp2p-swarm-test = { path = "../swarm-test", features = ["tokio"] }# Using `path` here because this is a cyclic dev-dependency which otherwise breaks releasing.
4848
libp2p-yamux = { path = "../muxers/yamux" } # Using `path` here because this is a cyclic dev-dependency which otherwise breaks releasing.
4949
quickcheck = { workspace = true }
50-
criterion = { version = "0.5", features = ["async_tokio"] }
50+
criterion = { version = "0.8", features = ["async_tokio"] }
5151
trybuild = "1.0.116"
5252
tokio = { workspace = true, features = ["time", "rt", "macros", "rt-multi-thread"] }
5353
tracing-subscriber = { workspace = true, features = ["env-filter"] }

0 commit comments

Comments
 (0)