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 4e61351 commit c38437dCopy full SHA for c38437d
Cargo.toml
@@ -33,7 +33,7 @@ itoa = "1"
33
tracing = { version = "0.1", default-features = false, features = ["std"] }
34
pin-project-lite = "0.2.4"
35
tower-service = "0.3"
36
-tokio = { version = "1", features = ["sync"] }
+tokio = { version = "1.27", features = ["sync"] }
37
want = "0.3"
38
39
# Optional
@@ -49,7 +49,7 @@ pretty_env_logger = "0.4"
49
spmc = "0.3"
50
serde = { version = "1.0", features = ["derive"] }
51
serde_json = "1.0"
52
-tokio = { version = "1", features = [
+tokio = { version = "1.27", features = [
53
"fs",
54
"macros",
55
"io-std",
0 commit comments