diff --git a/function-report-log-processor-rs/Cargo.toml b/function-report-log-processor-rs/Cargo.toml index 27aedbd3a8..3294b5aeb9 100644 --- a/function-report-log-processor-rs/Cargo.toml +++ b/function-report-log-processor-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"