From 2e27d538704cb10257d7eb18d7fa90ecab24c280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:09:10 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.37 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c119e2..a1b3ed1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ http = "1.1" lambda_runtime = "0.10.0" serde = "1.0" serde_json = "1.0" -tokio = { version = "1.36", features = ["macros"] } +tokio = { version = "1.37", features = ["macros"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] } url = { version = "2.5", features = ["serde"] }