From 12c369fbbd4b848c088cf718d1e797d319910f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:11:42 +0000 Subject: [PATCH] build(deps): update reqwest requirement from 0.11.18 to 0.12.4 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.4) --- updated-dependencies: - dependency-name: reqwest 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 da4a64d..f1d7e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ anyhow = "1.0.57" log = "0.4" env_logger = "0.8.4" proc-macro2 = "1.0.60" -reqwest = "0.11.18" +reqwest = "0.12.4" tokio = {version = "1.29.1", features = ["rt-multi-thread"] } [dev-dependencies]