From 4321530f7dd9f56a0ebf09f12bb2e7e38c864f92 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 27 Nov 2022 18:22:59 -0500 Subject: [PATCH] simplify tokio features --- services/api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/Cargo.toml b/services/api/Cargo.toml index aeb562e..da729ff 100644 --- a/services/api/Cargo.toml +++ b/services/api/Cargo.toml @@ -12,6 +12,6 @@ serde = "1.0.147" async-graphql = { version = "4.0.16", features = ["apollo_tracing"] } async-graphql-axum = "4.0.16" axum = "0.6.0" -tokio = { version = "1.22.0", features = ["full"] } +tokio = { version = "1.22.0" } tower-http = { version = "0.3.4", features = ["cors"] } lazy_static = "1.4.0" \ No newline at end of file