diff --git a/function-report-log-processor-rs/Cargo.toml b/function-report-log-processor-rs/Cargo.toml index b69ff34877..9e989b0caf 100644 --- a/function-report-log-processor-rs/Cargo.toml +++ b/function-report-log-processor-rs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -aws_lambda_events = "0.17.0" +aws_lambda_events = "0.18.0" lambda_runtime = "0.14.1" serde = "1.0.192"