diff --git a/functions-templates/rust/hello-world/Cargo.toml b/functions-templates/rust/hello-world/Cargo.toml index 92b487d5300..1b7ccf8f405 100644 --- a/functions-templates/rust/hello-world/Cargo.toml +++ b/functions-templates/rust/hello-world/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" [dependencies] aws_lambda_events = "0.15.0" http = "0.2.9" -lambda_runtime = "0.11.0" +lambda_runtime = "0.13.0" log = "0.4.17" simple_logger = "1.16.0" tokio = "1.27.0"