From f213d5193c3c0d3bae194403c9867f077e0b5004 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:32:33 +0100 Subject: [PATCH] Update `env_logger` crate from 0.10 to 0.11 version (#1241) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- juniper_actix/Cargo.toml | 2 +- juniper_warp/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/juniper_actix/Cargo.toml b/juniper_actix/Cargo.toml index a90a5faf..937223ea 100644 --- a/juniper_actix/Cargo.toml +++ b/juniper_actix/Cargo.toml @@ -42,7 +42,7 @@ actix-rt = "2.0" actix-test = "0.1" async-stream = "0.3" bytes = "1.0" -env_logger = "0.10" +env_logger = "0.11" juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] } log = "0.4" rand = "0.8" diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml index 6aa4f137..86a5e625 100644 --- a/juniper_warp/Cargo.toml +++ b/juniper_warp/Cargo.toml @@ -46,7 +46,7 @@ headers = "0.3.8" [dev-dependencies] async-stream = "0.3" -env_logger = "0.10" +env_logger = "0.11" futures = "0.3.22" juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] } log = "0.4"