Skip to content

Commit

Permalink
Update lambda_runtime requirement in /function-report-log-processor-rs (
Browse files Browse the repository at this point in the history
#865)

Updates the requirements on [lambda_runtime](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-http-0.8.3...lambda-http-0.9.0)

---
updated-dependencies:
- dependency-name: lambda_runtime
  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 8125138 commit af2d02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion function-report-log-processor-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

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

serde = "1.0.192"
serde_json = "1.0.108"
Expand Down

0 comments on commit af2d02d

Please sign in to comment.