diff --git a/Cargo.lock b/Cargo.lock index 861d4dcf38..97a6dcecb5 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 811139f933..67ca3eb73c 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"