From 578f0bafc1983f7ff4b9ed7a0df1782c503de1f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:09:22 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to v1.52.3 --- templates/rust-lambda/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rust-lambda/Cargo.lock b/templates/rust-lambda/Cargo.lock index 45470fa2..943bcf70 100644 --- a/templates/rust-lambda/Cargo.lock +++ b/templates/rust-lambda/Cargo.lock @@ -536,9 +536,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.51.0" +version = "1.52.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" +checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" dependencies = [ "bytes", "libc",