Skip to content

Commit c37ba88

Browse files
update to latest
1 parent 1d43341 commit c37ba88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ authors = [
1717
[features]
1818

1919
[dependencies]
20-
async-std = { version = "1.5.0", features = ["unstable"] }
21-
http-types = "2.0.0"
20+
async-std = { version = "1.6.0", features = ["unstable"] }
21+
http-types = "2.0.1"
2222
log = "0.4.8"
2323
memchr = "2.3.3"
2424
pin-project-lite = "0.1.4"
2525

2626
[dev-dependencies]
2727
femme = "2.0.0"
28-
async-std = { version = "1.5.0", features = ["attributes", "unstable"] }
28+
async-std = { version = "1.6.0", features = ["attributes", "unstable"] }

0 commit comments

Comments
 (0)