From 871ac81057416cbec2ffc6e8006494e4422cf67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:21:53 +0900 Subject: [PATCH] Update reqwest requirement from 0.11.22 to 0.12.2 (#116) 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.22...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3fe3666..8e6fe90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ wasm-bindgen-test = "0.3.37" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] futures-util = "0.3.29" -reqwest = "0.11.22" +reqwest = "0.12.2" tokio = {version = "1.33.0", features = ["rt-multi-thread"]} [[bench]]