Skip to content

Commit

Permalink
Update aws_lambda_events requirement from 0.15.0 to 0.16.0 (#172)
Browse files Browse the repository at this point in the history
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](awslabs/aws-lambda-rust-runtime@lambda-events-0.15.0...lambda-events-0.15.1)

---
updated-dependencies:
- dependency-name: aws_lambda_events
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and kodiakhq[bot] authored Dec 16, 2024
1 parent e0e4bf4 commit c252a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = ["bnaclient", "lambdas", "entity", "migration", "effortless"]

[workspace.dependencies]
async-std = "1"
aws_lambda_events = "0.15.0"
aws_lambda_events = "0.16.0"
aws-config = "1.5.9"
aws-sdk-s3 = "1.59.0"
aws-sdk-sqs = "1.48.0"
Expand Down

0 comments on commit c252a20

Please sign in to comment.