From 6f3d1bb7f89ec5ecd72d843fc1bdc8400056ba2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Mar 2021 23:44:53 +0000 Subject: [PATCH] Update lambda_http requirement from 0.1.1 to 0.3.0 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/commits/v0.3.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2268b7f..e37a4ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ edition = "2018" [dependencies] failure = "0.1.6" -lambda_http = "0.1.1" +lambda_http = "0.3.0" lambda_runtime = "0.2.1"