diff --git a/src/functions-templates/rust/hello-world/Cargo.toml b/src/functions-templates/rust/hello-world/Cargo.toml index c6918033218..98a4f2b0131 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -9,6 +9,6 @@ version = "0.1.0" aws_lambda_events = "0.5.0" http = "0.2.7" lambda_runtime = "0.5.1" -log = "0.4.16" +log = "0.4.17" simple_logger = "1.16.0" tokio = "1.17.0"