From 6532264b81762f21d546e1af144e07df02ab3050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Fri, 23 Feb 2024 23:05:41 +0100 Subject: [PATCH] Update env_logger to 11.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- Cargo.toml | 2 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b6ade9d..33c23447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ version = "0.5.0-dev" [dependencies] data-encoding = "2.5" -env_logger = { version = "0.10", default-features = false, features = ["color", "humantime", "auto-color"] } +env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] } futures-util = { version = "0.3", default_features = false } getopts = "0.2" log = "0.4" diff --git a/core/Cargo.toml b/core/Cargo.toml index c267f48a..82cef71d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -63,7 +63,7 @@ rand = "0.8" vergen = { version = "8", default-features = false, features = ["build", "git", "gitcl"] } [dev-dependencies] -env_logger = "0.10" +env_logger = "0.11.2" tokio = { version = "1", features = ["macros", "parking_lot"] } [features]