From 39961b3b54f67f3cf40242a940cef3f4427f05e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 21:23:05 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-dynamodb from 1.119.0 to 1.120.0 Bumps [aws-sdk-dynamodb](https://github.com/awslabs/aws-sdk-rust) from 1.119.0 to 1.120.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-dynamodb dependency-version: 1.120.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7eeb42..4697deb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,9 +281,9 @@ dependencies = [ [[package]] name = "aws-sdk-dynamodb" -version = "1.119.0" +version = "1.120.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0176c1927f2e065f43cecde84602f769959b34ab53a317da92a64022ba09345" +checksum = "f578638cafe182113da770e9798e7063d6de96cbbfe06f647d0026f197c9b97c" dependencies = [ "arc-swap", "aws-credential-types", @@ -303,6 +303,7 @@ dependencies = [ "http 1.3.1", "regex-lite", "tracing", + "url", ] [[package]]