From 0f8e9c2a6187ec262fe253c8ddd786063a30152b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 09:22:15 +0000 Subject: [PATCH] build(deps): bump reqwest in /app in the cargo group across 1 directory Bumps the cargo group with 1 update in the /app directory: [reqwest](https://github.com/seanmonstar/reqwest). Updates `reqwest` from 0.13.1 to 0.13.2 - [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.13.1...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- app/Cargo.lock | 6 +++--- app/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Cargo.lock b/app/Cargo.lock index 771caa0..8098bbd 100644 --- a/app/Cargo.lock +++ b/app/Cargo.lock @@ -967,7 +967,7 @@ dependencies = [ "futures", "lambda_runtime", "openssl", - "reqwest 0.13.1", + "reqwest 0.13.2", "serde", "serde_json", "tokio", @@ -2305,9 +2305,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62" +checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" dependencies = [ "base64 0.22.1", "bytes", diff --git a/app/Cargo.toml b/app/Cargo.toml index b5d039a..2a15d20 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -21,7 +21,7 @@ lambda_runtime = "1.0.2" openssl = { version = "0.10.75", features = [ "vendored", ] } # Needed only for cargo lambda build -reqwest = { version = "0.13.1", features = ["json", "form"] } +reqwest = { version = "0.13.2", features = ["json", "form"] } serde = "1.0.228" serde_dynamo = "4.3.0" serde_json = "1.0.148"