Skip to content

Commit

Permalink
Update lambda_http requirement from 0.13.0 to 0.14.0 (#171)
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@lambda-http-0.13.0...lambda-http-0.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 9f6d866 commit e0e4bf4
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 @@ -25,7 +25,7 @@ entity = { path = "entity" }
futures = "0.3.31"
http-serde = "2.0.0"
itertools = "0.13.0"
lambda_http = "0.13.0"
lambda_http = "0.14.0"
lambda_runtime = "0.13.0"
migration = { path = "migration" }
nom = "7.1.3"
Expand Down

0 comments on commit e0e4bf4

Please sign in to comment.