From 1f7e2b47ab71014b7259409ffe37e4488a9b2961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:16:53 +0000 Subject: [PATCH] Update env_logger requirement from 0.10.1 to 0.11.3 Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.1...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/web_app_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/web_app_graphql/Cargo.toml b/examples/web_app_graphql/Cargo.toml index be4d5509..605694dd 100644 --- a/examples/web_app_graphql/Cargo.toml +++ b/examples/web_app_graphql/Cargo.toml @@ -15,7 +15,7 @@ diesel = { version = "2.1.4", features = ["postgres"] } diesel-async = { version = "0.4.1", features = ["postgres", "deadpool"] } diesel_migrations = "2.1.0" dotenvy = "0.15.7" -env_logger = "0.10.1" +env_logger = "0.11.3" envy = "0.4.2" futures = "0.3.29" log = "0.4.20"