From ff22da0bd6f39ef7daddd9367fb91d40ef10a6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:04:27 +0000 Subject: [PATCH] Update reqwest requirement from 0.12.12 to 0.13.1 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.12...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- springtime-web-axum/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/springtime-web-axum/Cargo.toml b/springtime-web-axum/Cargo.toml index 78660e2..7d08bc9 100644 --- a/springtime-web-axum/Cargo.toml +++ b/springtime-web-axum/Cargo.toml @@ -33,5 +33,5 @@ tracing = "0.1.41" mockall = "0.14.0" once_cell = "1.20.2" portpicker = "0.1.1" -reqwest = "0.12.12" +reqwest = "0.13.1" tower-http = { version = "0.6.2", features = ["validate-request", "compression-gzip", "auth"] }