Skip to content

Commit d01a6f5

Browse files
committed
update dependencies
1 parent 4de64c1 commit d01a6f5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@ categories = [
1616
authors = ["Yoshua Wuyts <[email protected]>"]
1717
readme = "README.md"
1818
edition = "2018"
19+
rust-version = "1.63"
1920

2021
[dependencies]
2122
async-channel = "1.5.1"
2223
async-dup = "1.2.2"
2324
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"
2627
http-types = { version = "2.9.0", default-features = false }
2728
httparse = "1.3.4"
2829
log = "0.4.11"
2930
pin-project = "1.0.2"
3031

3132
[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"

0 commit comments

Comments
 (0)