From fcbccffe1934d652aab71a4c4c6bba00c00ecdd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:10:40 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.0 to 0.12.2 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.0...v0.12.2) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- warp-packer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warp-packer/Cargo.toml b/warp-packer/Cargo.toml index a019dc6..0a31d35 100644 --- a/warp-packer/Cargo.toml +++ b/warp-packer/Cargo.toml @@ -10,7 +10,7 @@ LegalCopyright = "Copyright © 2020 Finter Mobility As" [dependencies] clap = "4.0.18" dirs = "4.0.0" -reqwest = "0.11.0" +reqwest = "0.12.2" tempdir = "0.3.7" flate2 = "1.0" tar = "0.4"