From 4e1aff488168fd9d7370c57b0351fec3882ccee3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:45:22 +0000 Subject: [PATCH] chore(deps): update env_logger requirement from 0.10.0 to 0.11.0 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.0...v0.11.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- xp-bot/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xp-bot/Cargo.toml b/xp-bot/Cargo.toml index 4ed7163..4f60006 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" xp-db-connector = { path = "../xp-db-connector" } dotenv = "0.15.0" -env_logger = "0.10.0" +env_logger = "0.11.0" libmath = "0.2.1" log = "0.4.19" reqwest = "0.11.18"