From 64a257046be58f4a14be083ee7cf1bebfa2074b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:57:56 +0000 Subject: [PATCH] Bump the downloader-dependencies group in /downloader with 1 update Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Updates `reqwest` to 0.12.1 - [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.0...v0.12.1) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production dependency-group: downloader-dependencies ... Signed-off-by: dependabot[bot] --- downloader/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader/Cargo.toml b/downloader/Cargo.toml index 8be889b..f040940 100644 --- a/downloader/Cargo.toml +++ b/downloader/Cargo.toml @@ -13,6 +13,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = "0.11" +reqwest = "0.12" tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } futures = "0.3.4" \ No newline at end of file