Skip to content

Commit

Permalink
Update lambda_http requirement from 0.8 to 0.9
Browse files Browse the repository at this point in the history
Updates the requirements on [lambda_http](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@v0.8.0...lambda-http-0.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent ff87954 commit 29bd317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bnacore = { git = "https://github.com/PeopleForBikes/brokenspoke.git", rev = "98
dotenv = "0.15.0"
entity = { path = "../entity" }
http-serde = "1.1.3"
lambda_http = "0.8"
lambda_http = "0.9"
lambda_runtime = "0.8"
nom = "7.1.3"
once_cell = "1.17.1"
Expand Down

0 comments on commit 29bd317

Please sign in to comment.