Skip to content

Commit

Permalink
Merge pull request #722 from jbr/upgrade-deps
Browse files Browse the repository at this point in the history
upgrade deps
  • Loading branch information
jbr authored Oct 15, 2020
2 parents d0966b9 + ec8413e commit 1c95cc1
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,31 +34,31 @@ unstable = []
__internal__bench = []

[dependencies]
async-h1 = { version = "2.0.1", optional = true }
async-session = { version = "2.0.0", optional = true }
async-sse = "4.0.0"
async-std = { version = "1.6.0", features = ["unstable"] }
async-trait = "0.1.36"
femme = { version = "2.0.1", optional = true }
futures-util = "0.3.5"
http-client = { version = "6.0.0", default-features = false }
async-h1 = { version = "2.1.2", optional = true }
async-session = { version = "2.0.1", optional = true }
async-sse = "4.0.1"
async-std = { version = "1.6.5", features = ["unstable"] }
async-trait = "0.1.41"
femme = { version = "2.1.1", optional = true }
futures-util = "0.3.6"
http-client = { version = "6.1.0", default-features = false }
http-types = "2.5.0"
kv-log-macro = "1.0.4"
log = { version = "0.4.8", features = ["std"] }
pin-project-lite = "0.1.7"
kv-log-macro = "1.0.7"
log = { version = "0.4.11", features = ["std"] }
pin-project-lite = "0.1.10"
route-recognizer = "0.2.0"
serde = "1.0.102"
serde_json = "1.0.41"
serde = "1.0.117"
serde_json = "1.0.59"

[dev-dependencies]
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
criterion = "0.3.1"
juniper = "0.14.1"
async-std = { version = "1.6.5", features = ["unstable", "attributes"] }
criterion = "0.3.3"
juniper = "0.14.2"
lazy_static = "1.4.0"
logtest = "2.0.0"
portpicker = "0.1.0"
serde = { version = "1.0.102", features = ["derive"] }
surf = { version = "2.0.0-alpha.7", default-features = false, features = ["h1-client"] }
serde = { version = "1.0.117", features = ["derive"] }
surf = { version = "2.0.0", default-features = false, features = ["h1-client"] }
tempfile = "3.1.0"

[[test]]
Expand Down

0 comments on commit 1c95cc1

Please sign in to comment.