From 2b4a7f0e7386d15ddd29400cdd6360ef2cf954b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 05:07:29 +0000 Subject: [PATCH] chore(deps): update rust crate lambda_runtime to 0.11.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89d8eea..ff56ff7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ exclude = [ [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -lambda_runtime = "0.10.0" +lambda_runtime = "0.11.0" [dev-dependencies] tokio = "1"