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"
1818edition = " 2018"
1919
2020[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 "
2525lazy_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 "
2828pin-project = " 1.0.2"
2929
3030[dev-dependencies ]
3131pretty_assertions = " 0.6.1"
32- async-std = { version = " 1.6.2 " , features = [" unstable" , " attributes" ] }
32+ async-std = { version = " 1.7.0 " , features = [" unstable" , " attributes" ] }
3333tempfile = " 3.1.0"
3434async-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 "
3737async-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