From cf6a0c93a5e16fd95270b5508a7066da85ca4014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 08:51:25 +0000 Subject: [PATCH] Update Rust crate env_logger to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b51d47a..fad5756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ postgres = {version= "0.15.2", features = ["with-chrono"]} dotenv = "0.14.1" chrono = { version = "0.4", features = ["serde"] } bcrypt = "0.4.0" -env_logger = "0.5.10" +env_logger = "0.11.0" futures = "0.1.21" pulldown-cmark = "0.1.2" timeago = "0.2.0"