From 53ee8085176bc0c484458f0f4049c009e12e8408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:57:07 +0000 Subject: [PATCH] Update Rust crate log to 0.4.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b9a77be..7733620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ protocol = "sparse" actix-web = "4.5" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0", features = ["derive"]} -log = "0.4" +log = "0.4.21" env_logger = "0.11" parking_lot = "0.12.2" futures = "0.3"