From ec8413e81b548ae1002c84d1245e745efc9dd1e8 Mon Sep 17 00:00:00 2001 From: Jacob Rothstein Date: Thu, 15 Oct 2020 14:40:11 -0700 Subject: [PATCH] upgrade deps --- Cargo.toml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a48dc7637..236dcb5fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]]