From b282ad3e553f4f93175dbe52748d98caae681115 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 22:52:40 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.38.2 [security] --- functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-templates/rust/hello-world/Cargo.toml b/functions-templates/rust/hello-world/Cargo.toml index 1b7ccf8f405..1fa8c0929b5 100644 --- a/functions-templates/rust/hello-world/Cargo.toml +++ b/functions-templates/rust/hello-world/Cargo.toml @@ -11,4 +11,4 @@ http = "0.2.9" lambda_runtime = "0.13.0" log = "0.4.17" simple_logger = "1.16.0" -tokio = "1.27.0" +tokio = "1.38.2"