From c8bebcb1701630dcd8086cba8d05c5df854a962a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 02:36:40 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.26.0 (#5556) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- 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 b7377afa695..edded85128f 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.9" lambda_runtime = "0.7.3" log = "0.4.17" simple_logger = "1.16.0" -tokio = "1.25.0" +tokio = "1.26.0"