From 9c012f3b1fef448467d3cd5e8a44c1908c166893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:46:11 +0000 Subject: [PATCH] chore(deps): Bump aws-sdk-s3 in the cargo-minor-patch group Bumps the cargo-minor-patch group with 1 update: [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust). Updates `aws-sdk-s3` from 1.139.0 to 1.140.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.140.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bb35423..c2c2edfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,9 +279,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.139.0" +version = "1.140.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a159b9721a6a41468f967d1029bece78f410b0beb0594498435deb6ff72bfe48" +checksum = "e9660cf991e512fbe6094f1041ff3d3282bc5aeeeb6184e8de437ec2de024a10" dependencies = [ "arc-swap", "aws-credential-types",