Commit d01a6f5 1 parent 4de64c1 commit d01a6f5 Copy full SHA for d01a6f5
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,19 @@ categories = [
16
16
authors = [
" Yoshua Wuyts <[email protected] >" ]
17
17
readme = " README.md"
18
18
edition = " 2018"
19
+ rust-version = " 1.63"
19
20
20
21
[dependencies ]
21
22
async-channel = " 1.5.1"
22
23
async-dup = " 1.2.2"
23
24
async-global-executor = " 2.3.1"
24
- async-io = " 1.13.0 "
25
- futures-lite = " 1.13 .0"
25
+ async-io = " 2.3.4 "
26
+ futures-lite = " 2.3 .0"
26
27
http-types = { version = " 2.9.0" , default-features = false }
27
28
httparse = " 1.3.4"
28
29
log = " 0.4.11"
29
30
pin-project = " 1.0.2"
30
31
31
32
[dev-dependencies ]
32
- async-std = { version = " 1.7 .0" , features = [" attributes" ] }
33
- pretty_assertions = " 0.6.1 "
33
+ async-std = { version = " 1.13 .0" , features = [" attributes" ] }
34
+ pretty_assertions = " 1.4.0 "
You can’t perform that action at this time.
0 commit comments