From 9431c94123faa96038c0616c695b6824c3b928bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 00:49:29 +0000 Subject: [PATCH] fix(deps): update rust crate lambda_runtime to 1.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae165d6..3a1eec4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674" [[package]] name = "lambda_runtime" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c58c2197a86a6b73fdc61f18be54de1b1f7681d2df91e49798eac6ea2d482da" +checksum = "5cc1b380b7fb92ddf3913b01f094c3fcf59e31d995bb609645cd64dcdb56ce63" dependencies = [ "async-stream", "base64", diff --git a/Cargo.toml b/Cargo.toml index c040240..920fa95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ rust-version = "1.82" [workspace.dependencies] serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -lambda_runtime = "1.1.2" +lambda_runtime = "1.2.0" tokio = "1.50.0"