From bd1c28e90b3cc0b85e5b6fb774d1ffa0d7ab39fe Mon Sep 17 00:00:00 2001 From: Michael Ciraci Date: Fri, 19 Jan 2024 12:04:53 -0600 Subject: [PATCH] Upgrading env_logger dep --- 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"