From e901c082d7ba7a23656ac55de40a2021a77da4f6 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Fri, 16 Oct 2020 20:51:26 +0200 Subject: [PATCH] Remove wildcard dev dependency. --- misc/multistream-select/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index 1ea8464a..c4564245 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -19,7 +19,7 @@ unsigned-varint = "0.5" [dev-dependencies] async-std = "1.6.2" -env_logger = "*" +env_logger = "0.8" libp2p-core = { path = "../../core" } libp2p-mplex = { path = "../../muxers/mplex" } libp2p-plaintext = { path = "../../protocols/plaintext" }