From 67222fda1771fb66780065e83256c43832ca3492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:02:47 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.20 to 0.12.3 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.20...v0.12.3) --- 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 62431ff..ce126ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ axum = "0.6" axum-macros = "0.4.1" base64 = { version = "0.21.0", default_features = false } http = "0.2" -reqwest = { version = "0.11.20", default_features = false, features = ["json", "default-tls", "stream"] } +reqwest = { version = "0.12.3", default_features = false, features = ["json", "default-tls", "stream"] } serde = { version = "1.0.152", features = ["serde_derive"] } serde_json = "1.0.96" thiserror = "1.0.38"