From d7c173810fc0d3f9c208838e44a7e5538db05040 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jun 2022 00:34:53 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.19.2 --- src/functions-templates/rust/hello-world/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/functions-templates/rust/hello-world/Cargo.toml b/src/functions-templates/rust/hello-world/Cargo.toml index 65d2e452658..a731cc5d70c 100644 --- a/src/functions-templates/rust/hello-world/Cargo.toml +++ b/src/functions-templates/rust/hello-world/Cargo.toml @@ -11,4 +11,4 @@ http = "0.2.7" lambda_runtime = "0.5.1" log = "0.4.17" simple_logger = "1.16.0" -tokio = "1.19.1" +tokio = "1.19.2"