From 68c52919d0286bea6eca7214f558509bef0d8800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 03:02:58 +0000 Subject: [PATCH] Update lambda_runtime requirement in /function-invoker-rs Updates the requirements on [lambda_runtime](https://github.com/aws/aws-lambda-rust-runtime) to permit the latest version. - [Release notes](https://github.com/aws/aws-lambda-rust-runtime/releases) - [Commits](https://github.com/aws/aws-lambda-rust-runtime/compare/lambda-runtime-0.14.1...v1.0.1) --- updated-dependencies: - dependency-name: lambda_runtime dependency-version: 1.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- function-invoker-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function-invoker-rs/Cargo.toml b/function-invoker-rs/Cargo.toml index fa2cf29467..aece551f91 100644 --- a/function-invoker-rs/Cargo.toml +++ b/function-invoker-rs/Cargo.toml @@ -5,7 +5,7 @@ edition = "2024" [dependencies] aws_lambda_events = "1.0.1" -lambda_runtime = "0.14.1" +lambda_runtime = "1.0.1" serde = "1.0.192" serde_json = "1.0.108"