From 33803f46444cc1df19faf7c143813236a47ee39c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 19:38:38 +0000 Subject: [PATCH] Update Rust crate lambda_runtime to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 91f69fb..46fb54e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ _rotate = ["serde_json"] anyhow = "1" async-trait = "0.1" futures = "0.3" -lambda_runtime = "0.7" +lambda_runtime = "1.0" log = "0.4" serde = { version = "1", features = ["derive"] } tokio = "1"