Skip to content

Commit

Permalink
Update aws_lambda_events requirement in /function-deployer-rs (#874)
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.12.1...lambda-events-0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent af2d02d commit 5a394a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function-deployer-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
aws_lambda_events = "0.12.1"
aws_lambda_events = "0.13.0"
lambda_runtime = "0.9.0"

async-trait = "0.1.74"
Expand Down

0 comments on commit 5a394a0

Please sign in to comment.