simplify tokio features

This commit is contained in:
41666 2022-11-27 18:22:59 -05:00
parent 01471342b0
commit 4321530f7d

View file

@ -12,6 +12,6 @@ serde = "1.0.147"
async-graphql = { version = "4.0.16", features = ["apollo_tracing"] } async-graphql = { version = "4.0.16", features = ["apollo_tracing"] }
async-graphql-axum = "4.0.16" async-graphql-axum = "4.0.16"
axum = "0.6.0" axum = "0.6.0"
tokio = { version = "1.22.0", features = ["full"] } tokio = { version = "1.22.0" }
tower-http = { version = "0.3.4", features = ["cors"] } tower-http = { version = "0.3.4", features = ["cors"] }
lazy_static = "1.4.0" lazy_static = "1.4.0"