From 548931b29122d29ecc74517cf4bcad3d6723b4be Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 14 Feb 2024 02:03:37 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7688971..eb169fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" actix-web = { version = "4" } actix-files = { version ="0.6.5" } tera = "1.19.1" -env_logger = "0.11.1" +env_logger = "0.11.2"