mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
build(deps): Update env_logger to 0.9 and criterion to 0.4 (#2896)
This commit is contained in:
@ -29,7 +29,7 @@ void = "1"
|
||||
prost-build = "0.11"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.8.3"
|
||||
env_logger = "0.9.0"
|
||||
libp2p = { path = "../..", default-features = false, features = ["dcutr", "relay", "plaintext", "identify", "tcp-async-io", "ping", "noise", "dns-async-std"] }
|
||||
libp2p-identify = { path = "../identify" }
|
||||
libp2p-plaintext = { path = "../../transports/plaintext" }
|
||||
|
@ -28,7 +28,7 @@ instant = "0.1.11"
|
||||
|
||||
[dev-dependencies]
|
||||
async-trait = "0.1"
|
||||
env_logger = "0.8"
|
||||
env_logger = "0.9.0"
|
||||
libp2p = { path = "../..", default-features = false, features = ["ping", "identify", "tcp-async-io", "dns-async-std", "websocket", "noise", "mplex", "yamux", "rendezvous"] }
|
||||
rand = "0.8"
|
||||
tokio = { version = "1.15", features = [ "rt-multi-thread", "time", "macros", "sync", "process", "fs", "net" ] }
|
||||
|
Reference in New Issue
Block a user