diff --git a/Cargo.lock b/Cargo.lock index 60bed99380..d49b1cc166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1685,7 +1685,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.5", + "socket2 0.4.10", "tokio", "tower-service", "tracing", diff --git a/testconv/Cargo.toml b/testconv/Cargo.toml index a5e1f92f4e..4d24301ef7 100644 --- a/testconv/Cargo.toml +++ b/testconv/Cargo.toml @@ -13,6 +13,6 @@ serde_json = "1.0" serde_yaml = "0.9" tailcall = { path = ".." } url = { version = "2", features = ["serde"] } -tokio = { version = "1.35.1", features = ["rt", "macros"] } +tokio = { version = "1.36.0", features = ["rt", "macros"] } async-graphql = { version = "7.0.1", features = ["dynamic-schema"] } regex = "1.10.3" \ No newline at end of file