Bump futures-util from 0.3.6 to 0.3.8

Bump pin-project-lite from 0.1.10 to 0.2.0
Bump spin from 0.6.0 to 0.7.0
Bump bytes from 0.5.4 to 0.6.0
This commit is contained in:
Sunli 2020-11-30 13:08:27 +08:00
parent 825945f056
commit 84902a6679
3 changed files with 6 additions and 6 deletions

View File

@ -43,14 +43,14 @@ async-graphql-parser = { path = "parser", version = "=2.1.2" }
async-stream = "0.3"
async-trait = "0.1.41"
fnv = "1.0.6"
futures-util = { version = "0.3.6", default-features = false, features = ["io"] }
futures-util = { version = "0.3.8", default-features = false, features = ["io"] }
indexmap = "1.6.0"
once_cell = "1.3.1"
pin-project-lite = "0.1.10"
pin-project-lite = "0.2.0"
regex = "1.4.1"
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.48"
spin = "0.6.0"
spin = "0.7.0"
thiserror = "1.0.21"
static_assertions = "1.1.0"
@ -66,7 +66,7 @@ uuid = { version = "0.8.1", optional = true, features = ["v4", "serde"] }
# Non-feature optional dependencies
async-mutex = { version = "1.4.0", optional = true }
blocking = { version = "1.0.0", optional = true }
bytes = { version = "0.5.4", optional = true }
bytes = { version = "0.6.0", optional = true }
lru = { version = "0.6.0", optional = true }
multer = { version = "1.2.2", optional = true }
num-traits = { version = "0.2.12", optional = true }

View File

@ -19,7 +19,7 @@ actix-http = "2.0.0"
actix-web = { version = "3.1.0", default-features = false }
actix-web-actors = "3.0.0"
async-channel = "1.5.1"
futures-util = { version = "0.3.6", default-features = false }
futures-util = { version = "0.3.8", default-features = false }
serde_json = "1.0.59"
serde_urlencoded = "0.7.0"

View File

@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"]
async-graphql = { path = "../..", version = "=2.1.5" }
warp = { version = "0.2.5", default-features = false, features = ["websocket"] }
futures-util = { version = "0.3.6", default-features = false }
futures-util = { version = "0.3.8", default-features = false }
serde_json = "1.0.59"
[dev-dependencies]