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