From f48841ceb7288c7326744ce5bd6ee73b496fd674 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 18:17:41 +0000 Subject: [PATCH] fix(deps): update rust crate lambda_runtime to 0.13.0 (#6920) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karin Hendrikse <30577427+khendrikse@users.noreply.github.com> Co-authored-by: NikAiyer --- functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-templates/rust/hello-world/Cargo.toml b/functions-templates/rust/hello-world/Cargo.toml index 92b487d5300..1b7ccf8f405 100644 --- a/functions-templates/rust/hello-world/Cargo.toml +++ b/functions-templates/rust/hello-world/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [dependencies] aws_lambda_events = "0.15.0" http = "0.2.9" -lambda_runtime = "0.11.0" +lambda_runtime = "0.13.0" log = "0.4.17" simple_logger = "1.16.0" tokio = "1.27.0"