Skip to content

Commit 50c7cc2

Browse files
Update lambda_runtime requirement in /function-report-log-processor-rs (#3319)
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](aws/aws-lambda-rust-runtime@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3dd42f commit 50c7cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function-report-log-processor-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
aws_lambda_events = "1.0.1"
8-
lambda_runtime = "0.14.1"
8+
lambda_runtime = "1.0.1"
99

1010
serde = "1.0.192"
1111
serde_json = "1.0.108"

0 commit comments

Comments
 (0)