From ed47eaadad7d751cff9c0f59517b0fc3fb284cd3 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sun, 27 Nov 2022 12:32:57 -0800 Subject: [PATCH] chore: pin env-logger --- ethers-solc/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 1ac41a80..26de0f69 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -56,7 +56,7 @@ getrandom = { version = "0.2", features = ["js"] } [dev-dependencies] criterion = { version = "0.3", features = ["async_tokio"] } -env_logger = "*" +env_logger = "0.10.0" tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] } rand = "0.8.5" pretty_assertions = "1.3.0"