File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,20 @@ readme = "README.md"
18
18
edition = " 2018"
19
19
20
20
[dependencies ]
21
- httparse = " 1.3.3 "
22
- async-std = { version = " 1.6 .0" , features = [" unstable" ] }
23
- http-types = " 2.0 .0"
24
- byte-pool = " 0.2.1 "
21
+ httparse = " 1.3.4 "
22
+ async-std = { version = " 1.7 .0" , features = [" unstable" ] }
23
+ http-types = " 2.9 .0"
24
+ byte-pool = " 0.2.2 "
25
25
lazy_static = " 1.4.0"
26
- futures-core = " 0.3.1 "
27
- log = " 0.4"
26
+ futures-core = " 0.3.8 "
27
+ log = " 0.4.11 "
28
28
pin-project = " 1.0.2"
29
29
30
30
[dev-dependencies ]
31
31
pretty_assertions = " 0.6.1"
32
- async-std = { version = " 1.6.2 " , features = [" unstable" , " attributes" ] }
32
+ async-std = { version = " 1.7.0 " , features = [" unstable" , " attributes" ] }
33
33
tempfile = " 3.1.0"
34
34
async-test = " 1.0.0"
35
- duplexify = " 1.2.1 "
36
- async-dup = " 1.2.1 "
35
+ duplexify = " 1.2.2 "
36
+ async-dup = " 1.2.2 "
37
37
async-channel = " 1.5.1"
38
-
39
- [patch .crates-io .http-types ]
40
- git = " https://github.com/http-rs/http-types"
41
- branch = " main"
You can’t perform that action at this time.
0 commit comments