From eaa2cfe0a35bb1b730c88b3ba3bf57b76604c75f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 04:11:08 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.22 to 0.12.1 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.1) --- 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 b74e90e..f3a14a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme = "README.md" dotenvy = "0.15.5" # IO -reqwest = { version = "0.11.22", features = ["json", "rustls-tls"] } +reqwest = { version = "0.12.1", features = ["json", "rustls-tls"] } tokio = { version = "1.33.0", features = ["rt-multi-thread", "macros"] } # Db