Skip to content

Commit ec8413e

Browse files
committed
upgrade deps
1 parent daa1702 commit ec8413e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,31 @@ unstable = []
3434
__internal__bench = []
3535

3636
[dependencies]
37-
async-h1 = { version = "2.0.1", optional = true }
38-
async-session = { version = "2.0.0", optional = true }
39-
async-sse = "4.0.0"
40-
async-std = { version = "1.6.0", features = ["unstable"] }
41-
async-trait = "0.1.36"
42-
femme = { version = "2.0.1", optional = true }
43-
futures-util = "0.3.5"
44-
http-client = { version = "6.0.0", default-features = false }
37+
async-h1 = { version = "2.1.2", optional = true }
38+
async-session = { version = "2.0.1", optional = true }
39+
async-sse = "4.0.1"
40+
async-std = { version = "1.6.5", features = ["unstable"] }
41+
async-trait = "0.1.41"
42+
femme = { version = "2.1.1", optional = true }
43+
futures-util = "0.3.6"
44+
http-client = { version = "6.1.0", default-features = false }
4545
http-types = "2.5.0"
46-
kv-log-macro = "1.0.4"
47-
log = { version = "0.4.8", features = ["std"] }
48-
pin-project-lite = "0.1.7"
46+
kv-log-macro = "1.0.7"
47+
log = { version = "0.4.11", features = ["std"] }
48+
pin-project-lite = "0.1.10"
4949
route-recognizer = "0.2.0"
50-
serde = "1.0.102"
51-
serde_json = "1.0.41"
50+
serde = "1.0.117"
51+
serde_json = "1.0.59"
5252

5353
[dev-dependencies]
54-
async-std = { version = "1.6.0", features = ["unstable", "attributes"] }
55-
criterion = "0.3.1"
56-
juniper = "0.14.1"
54+
async-std = { version = "1.6.5", features = ["unstable", "attributes"] }
55+
criterion = "0.3.3"
56+
juniper = "0.14.2"
5757
lazy_static = "1.4.0"
5858
logtest = "2.0.0"
5959
portpicker = "0.1.0"
60-
serde = { version = "1.0.102", features = ["derive"] }
61-
surf = { version = "2.0.0-alpha.7", default-features = false, features = ["h1-client"] }
60+
serde = { version = "1.0.117", features = ["derive"] }
61+
surf = { version = "2.0.0", default-features = false, features = ["h1-client"] }
6262
tempfile = "3.1.0"
6363

6464
[[test]]

0 commit comments

Comments
 (0)