From ef2c8ee50f25717755e3cb4410e3e6480f46d29a Mon Sep 17 00:00:00 2001 From: Michael Ciraci Date: Fri, 19 Jan 2024 12:22:07 -0600 Subject: [PATCH] Upgrading env_logger dep (#2102) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 400480ea1..6e07cd696 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -148,7 +148,7 @@ futures-channel = { version="0.3", optional = true} [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -env_logger = "0.8" +env_logger = "0.10" hyper = { version = "0.14", default-features = false, features = ["tcp", "stream", "http1", "http2", "client", "server", "runtime"] } serde = { version = "1.0", features = ["derive"] } libflate = "1.0"