diff --git a/src/functions-templates/rust/hello-world/Cargo.toml b/src/functions-templates/rust/hello-world/Cargo.toml index df5b3efbe19..b7377afa695 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -7,7 +7,7 @@ version = "0.1.0" [dependencies] aws_lambda_events = "0.7.3" -http = "0.2.8" +http = "0.2.9" lambda_runtime = "0.7.3" log = "0.4.17" simple_logger = "1.16.0"