From 212869feb7a48616701c20f300c9173e766c7f0f Mon Sep 17 00:00:00 2001 From: skorobkov Date: Thu, 26 Dec 2019 13:38:46 +0200 Subject: [PATCH] fix lambda-http deps --- lambda-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda-http/Cargo.toml b/lambda-http/Cargo.toml index 512ddaab..48a7a05b 100644 --- a/lambda-http/Cargo.toml +++ b/lambda-http/Cargo.toml @@ -20,7 +20,7 @@ http = "0.1" serde = "^1" serde_json = "^1" serde_derive = "^1" -lambda_runtime = { path = "../lambda-runtime", version = "^0.2" } +lambda = { path = "../lambda" } tokio = "^0.1" base64 = "0.10" failure = "0.1"