Update Cargo.toml

This commit is contained in:
Sunli 2021-09-01 08:38:49 +08:00
parent 9556b8ae3e
commit da84604c86

View File

@ -30,7 +30,7 @@ async-graphql-parser = { path = "parser", version = "=2.9.12" }
async-stream = "0.3.0"
async-trait = "0.1.48"
fnv = "1.0.7"
futures-util = { version = "0.3.13", default-features = false, features = ["io"] }
futures-util = { version = "0.3.13", default-features = false, features = ["io", "sink"] }
indexmap = "1.6.2"
once_cell = "1.7.2"
pin-project-lite = "0.2.6"