From 0cf79697a5daa7a8b23128d0f834f30c3a25e069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 08:13:52 +0000 Subject: [PATCH] chore(deps): update reqwest requirement from 0.12.5 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.5...v0.13.1) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda-integration-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-integration-tests/Cargo.toml b/lambda-integration-tests/Cargo.toml index fd6a4ef5..0fb6d4e9 100644 --- a/lambda-integration-tests/Cargo.toml +++ b/lambda-integration-tests/Cargo.toml @@ -19,7 +19,7 @@ tokio = { version = "1", features = ["full"] } serde = { version = "1.0.204", features = ["derive"] } [dev-dependencies] -reqwest = { version = "0.12.5", features = ["blocking"] } +reqwest = { version = "0.13.1", features = ["blocking"] } [features] catch-all-fields = ["aws_lambda_events/catch-all-fields"]