Skip to content

Commit 13d6f29

Browse files
committed
update dependencies
1 parent 4de64c1 commit 13d6f29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ edition = "2018"
2121
async-channel = "1.5.1"
2222
async-dup = "1.2.2"
2323
async-global-executor = "2.3.1"
24-
async-io = "1.13.0"
25-
futures-lite = "1.13.0"
24+
async-io = "2.3.4"
25+
futures-lite = "2.3.0"
2626
http-types = { version = "2.9.0", default-features = false }
2727
httparse = "1.3.4"
2828
log = "0.4.11"
2929
pin-project = "1.0.2"
3030

3131
[dev-dependencies]
32-
async-std = { version = "1.7.0", features = ["attributes"] }
33-
pretty_assertions = "0.6.1"
32+
async-std = { version = "1.13.0", features = ["attributes"] }
33+
pretty_assertions = "1.4.0"

0 commit comments

Comments
 (0)