From e0e4bf45a4ec645b8a24a4860017e0be08349ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:13:40 +0000 Subject: [PATCH] Update lambda_http requirement from 0.13.0 to 0.14.0 (#171) 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](https://github.com/awslabs/aws-lambda-rust-runtime/compare/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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8f1c698..0d6b2bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"