From 825d4af0bdd9dbd5e08970012cf1484ae79b24df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 12:41:37 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.37.0 --- Cargo.lock | 2 +- tailcall-aws-lambda/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a021f17da61..6cceebd9b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2248,7 +2248,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.6", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/tailcall-aws-lambda/Cargo.toml b/tailcall-aws-lambda/Cargo.toml index 811139f933e..67ca3eb73c3 100644 --- a/tailcall-aws-lambda/Cargo.toml +++ b/tailcall-aws-lambda/Cargo.toml @@ -17,7 +17,7 @@ edition = "2021" [dependencies] lambda_http = "0.11.1" lambda_runtime = "0.11.1" -tokio = { version = "1", features = ["macros", "fs"] } +tokio = { version = "1.37.0", features = ["macros", "fs"] } tracing = { version = "0.1.40", features = ["log"] } tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] } dotenvy = "0.15.7"