From e3fce3895e020b41998ac7544e51e62868561d15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 13:00:52 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.53.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d6b420d..461e991 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ rust-version = "1.82" serde = { version = "1.0.229", features = ["derive"] } serde_json = "1.0.151" lambda_runtime = "1.3.0" -tokio = "1.52.3" +tokio = "1.53.1"