From f5ed710ea2757fd73afdc53d461228c3756b837d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:58:35 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.11 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.11...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 30acc71..0351a28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "*" anyhow = {version = "1.0", features = ["std", "backtrace"] } banyan-shared ={git = "https://github.com/banyancomputer/banyan-shared-rs"} dotenv = "0.15.0" -reqwest = "0.11.11" +reqwest = "0.12.4" log = "0.4.17" tokio = "1.21.2" rand = "0.8.5"