From 60136201dc92eeed1116242a916eeed90fb7259a Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Thu, 28 Mar 2024 10:51:12 +0100 Subject: [PATCH] lambda_http 0.11. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3279416..13bb4a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["axum", "lambda", "tower", "aws"] [dependencies] axum = "0.7.2" -lambda_http = "0.9.0" +lambda_http = "0.11.0" hyper = "1.0.1" bytes = "1.5" http = "1"