From 485fb44286f1df25b052c8155cdd438eb187f750 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 15 Jul 2021 11:41:49 +0200 Subject: [PATCH] Update env_logger --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e971d5..76abcd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ coarsetime = "0.1.19" daemonize-simple = "0.1.5" derivative = "2.2.0" dnsstamps = "0.1.7" -env_logger = { version = "0.8.4", default-features = false, features = ["humantime"] } +env_logger = { version = "0.9.0", default-features = false, features = ["humantime"] } futures = { version = "0.3.15", features = ["async-await"] } hyper = { version = "0.14.9", default_features = false, features = ["server", "http1"], optional = true } ipext = "0.1.0"