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 9f1564d commit 931aee7Copy full SHA for 931aee7
Cargo.toml
@@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false }
26
http = "1"
27
http-body = "1"
28
pin-project-lite = "0.2.4"
29
-tokio = { version = "1.13", features = ["sync"] }
+tokio = { version = "1", features = ["sync"] }
30
31
# Optional
32
0 commit comments