From 7386ff5e40bd740db0acc1d5edced3216bd9e33d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 9 Oct 2023 12:13:06 +0200 Subject: [PATCH] Update env_logger dev-dep to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0f9c2ce..70156498 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ serde_json = "1.0.0" # Examples tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] } -env_logger = { version = "0.9", default-features = false } +env_logger = { version = "0.10", default-features = false } tokio-rustls = "0.24" webpki-roots = "0.25"