diff --git a/function-deployer-rs/Cargo.toml b/function-deployer-rs/Cargo.toml index 5aec0b2d2c..47cb5bed6f 100644 --- a/function-deployer-rs/Cargo.toml +++ b/function-deployer-rs/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" [dependencies] -aws_lambda_events = "0.18.0" +aws_lambda_events = "1.0.1" lambda_runtime = "1.0.1" async-trait = "0.1.74"