From b7cc8c114f84f8970db2e9da66213e1787609fe1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:22:01 +0000 Subject: [PATCH] Update aws_lambda_events requirement from 0.12.0 to 0.13.0 (#60) Updates the requirements on [aws_lambda_events](https://github.com/awslabs/aws-lambda-rust-runtime) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/awslabs/aws-lambda-rust-runtime/compare/lambda-events-0.12.0...lambda-events-0.13.0) --- updated-dependencies: - dependency-name: aws_lambda_events 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 36b2b1d..b386757 100644 --- a/lambdas/Cargo.toml +++ b/lambdas/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" aws-config = "1.0.0" aws-sdk-s3 = "1.5.0" aws-sdk-sqs = "1.3.0" -aws_lambda_events = "0.12.0" +aws_lambda_events = "0.13.0" bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke.git", rev = "98f20d7" } dotenv = "0.15.0" entity = { path = "../entity" }