From 5e8068397d1c655c77951e9fe6a61c78e9f7460f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 13:13:29 +0000 Subject: [PATCH] chore(deps): update env_logger requirement from 0.10.1 to 0.11.8 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.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8aabe45..28d404c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ image = "0.24.7" actix-web = "4.4.1" thiserror = "1.0.52" url = "2.5.0" -env_logger = "0.10.1" +env_logger = "0.11.8" reqwest = { version = "0.11.23", features = ["json", "blocking"] } serde = { version = "1.0.193", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }