From 8589a8bfbcb6ccc140287ac5b08a908c9f65e04c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 10:21:11 +0000 Subject: [PATCH] chore(deps): update aws-sdk-sqs requirement from 0.34.0 to 0.35.0 Updates the requirements on [aws-sdk-sqs](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-sqs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e6d333..0d96cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ testcontainers = { version = "0.15.0" } aws-config = "0.56.1" aws-sdk-dynamodb = "0.34.0" aws-sdk-s3 = "0.34.0" -aws-sdk-sqs = "0.34.0" +aws-sdk-sqs = "0.35.0" aws-types = "0.57.1" futures = "0.3" lapin = "2.3.1"