Skip to content

Commit 72bade1

Browse files
authored
build(deps): Update env_logger to 0.9 and criterion to 0.4 (#2896)
1 parent 66c2755 commit 72bade1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ring = { version = "0.16.9", features = ["alloc", "std"], default-features = fal
4545
[dev-dependencies]
4646
async-std = { version = "1.6.2", features = ["attributes"] }
4747
base64 = "0.13.0"
48-
criterion = "0.3"
48+
criterion = "0.4"
4949
libp2p-mplex = { path = "../muxers/mplex" }
5050
libp2p-noise = { path = "../transports/noise" }
5151
libp2p-tcp = { path = "../transports/tcp" }

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ libp2p-gossipsub = { version = "0.41.0", path = "../../protocols/gossipsub", op
3333

3434
[dev-dependencies]
3535
log = "0.4.0"
36-
env_logger = "0.8.1"
36+
env_logger = "0.9.0"
3737
futures = "0.3.1"
3838
libp2p = { path = "../../", default-features = false, features = ["metrics", "ping", "tcp-async-io", "dns-async-std", "websocket", "noise", "mplex", "yamux"] }
3939
hyper = { version="0.14", features = ["server", "tcp", "http1"] }

muxers/mplex/Cargo.toml

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

2525
[dev-dependencies]
2626
async-std = "1.7.0"
27-
criterion = "0.3"
27+
criterion = "0.4"
2828
env_logger = "0.9"
2929
futures = "0.3"
3030
libp2p-tcp = { path = "../../transports/tcp" }

protocols/dcutr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void = "1"
2929
prost-build = "0.11"
3030

3131
[dev-dependencies]
32-
env_logger = "0.8.3"
32+
env_logger = "0.9.0"
3333
libp2p = { path = "../..", default-features = false, features = ["dcutr", "relay", "plaintext", "identify", "tcp-async-io", "ping", "noise", "dns-async-std"] }
3434
libp2p-identify = { path = "../identify" }
3535
libp2p-plaintext = { path = "../../transports/plaintext" }

protocols/rendezvous/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ instant = "0.1.11"
2828

2929
[dev-dependencies]
3030
async-trait = "0.1"
31-
env_logger = "0.8"
31+
env_logger = "0.9.0"
3232
libp2p = { path = "../..", default-features = false, features = ["ping", "identify", "tcp-async-io", "dns-async-std", "websocket", "noise", "mplex", "yamux", "rendezvous"] }
3333
rand = "0.8"
3434
tokio = { version = "1.15", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }

0 commit comments

Comments
 (0)