From 2ed538abe62284b9cb6e1384ecd5401f53bc8552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 15:38:44 +0000 Subject: [PATCH] Update aws-sdk-sqs requirement from 0.39.0 to 1.3.0 (#55) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lambdas/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/Cargo.toml b/lambdas/Cargo.toml index 9695419..02f2d25 100644 --- a/lambdas/Cargo.toml +++ b/lambdas/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] aws-config = "1.0.0" -aws-sdk-sqs = "0.39.0" +aws-sdk-sqs = "1.3.0" aws_lambda_events = "0.12.0" bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke.git", rev = "98f20d7" } dotenv = "0.15.0"