We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d43341 commit c37ba88Copy full SHA for c37ba88
Cargo.toml
@@ -17,12 +17,12 @@ authors = [
17
[features]
18
19
[dependencies]
20
-async-std = { version = "1.5.0", features = ["unstable"] }
21
-http-types = "2.0.0"
+async-std = { version = "1.6.0", features = ["unstable"] }
+http-types = "2.0.1"
22
log = "0.4.8"
23
memchr = "2.3.3"
24
pin-project-lite = "0.1.4"
25
26
[dev-dependencies]
27
femme = "2.0.0"
28
-async-std = { version = "1.5.0", features = ["attributes", "unstable"] }
+async-std = { version = "1.6.0", features = ["attributes", "unstable"] }
0 commit comments