From a5224c673fe2647d3932667659389a28ad803673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:25:34 +0000 Subject: [PATCH] chore(deps): update reqwest requirement in /xp-bot Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.12.12) --- updated-dependencies: - dependency-name: reqwest 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 cd02416..e810a1c 100644 --- a/xp-bot/Cargo.toml +++ b/xp-bot/Cargo.toml @@ -12,7 +12,7 @@ dotenv = "0.15.0" env_logger = "0.11.2" libmath = "0.2.1" log = "0.4.19" -reqwest = "0.11.18" +reqwest = "0.12.12" round = "0.1.2" serde = "1.0.181" serenity = { version = "0.11.6", features = [