From 722b7376fb8c557d87aeb056d00d0f1302bef7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 04:14:16 +0000 Subject: [PATCH] Update reqwest requirement from 0.11.0 to 0.12.0 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.0) --- 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..6bc877c 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.0" tempdir = "0.3.7" flate2 = "1.0" tar = "0.4"