Skip to content

Commit 34e1780

Browse files
deps: bump criterion from 0.4.0 to 0.5.1
Pull-Request: #4002.
1 parent e880d83 commit 34e1780

File tree

3 files changed

+16
-69
lines changed

3 files changed

+16
-69
lines changed

Cargo.lock

Lines changed: 14 additions & 67 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
@@ -44,7 +44,7 @@ quickcheck = { workspace = true }
4444
base64 = "0.21.2"
4545
serde_json = "1.0"
4646
rmp-serde = "1.0"
47-
criterion = "0.4"
47+
criterion = "0.5"
4848
hex-literal = "0.4.1"
4949

5050
[[bench]]

muxers/mplex/Cargo.toml

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

2626
[dev-dependencies]
2727
async-std = { version = "1.7.0", features = ["attributes"] }
28-
criterion = "0.4"
28+
criterion = "0.5"
2929
env_logger = "0.10"
3030
futures = "0.3"
3131
libp2p-muxer-test-harness = { workspace = true }

0 commit comments

Comments
 (0)