From 4adf153de20f680ebcd1e6c6c560866fb27e1269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:10:19 +0000 Subject: [PATCH] fix(deps): update rust crate env_logger to 0.11.3 --- juniper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper/Cargo.toml b/juniper/Cargo.toml index e7c88ef7..2c485120 100644 --- a/juniper/Cargo.toml +++ b/juniper/Cargo.toml @@ -9,4 +9,4 @@ edition = "2021" juniper = "0.15.9" juniper_actix = "0.4.0" actix-web = { version = "4.1.0", features = ["macros"] } -env_logger = "0.11.0" \ No newline at end of file +env_logger = "0.11.3" \ No newline at end of file