From c0d41ee9aa420944733d4eeca4ace62e09a1ab32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:47:16 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12 to 0.13 in /back-end 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.12.0...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back-end/bin/malbox-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back-end/bin/malbox-cli/Cargo.toml b/back-end/bin/malbox-cli/Cargo.toml index c08c9ab..4b17480 100644 --- a/back-end/bin/malbox-cli/Cargo.toml +++ b/back-end/bin/malbox-cli/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0.137" console = "0.16.2" byte-unit = "5.1.6" time.workspace = true -reqwest = { version = "0.12", features = ["json", "multipart"] } +reqwest = { version = "0.13", features = ["json", "multipart"] } [dev-dependencies] wiremock = "0.6"