From d9854944f719383364985349918619858a2fc138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 18:59:01 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ae6bc6e..c276b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ actix-web = "4.4" reqwest = { version = "0.11", features = ["json"] } serde = { version = "1.0", features = ["derive"]} log = "0.4" -env_logger = "0.10" +env_logger = "0.11" parking_lot = "0.12" futures = "0.3" hex = "0.4"