From b351fab0322f2861561f51ca337d9734ce249db7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 12:55:41 +0000 Subject: [PATCH] fix(deps): update rust crate lambda_runtime to 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 35e6c36..d6b420d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ rust-version = "1.82" [workspace.dependencies] serde = { version = "1.0.229", features = ["derive"] } serde_json = "1.0.151" -lambda_runtime = "1.2.1" +lambda_runtime = "1.3.0" tokio = "1.52.3"