We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1abd2 commit 342c253Copy full SHA for 342c253
Cargo.toml
@@ -16,7 +16,7 @@ rust-version = "1.76"
16
# we require serde even in non-rpc mode
17
serde = { version = "1", default-features = false }
18
# just for the oneshot and mpsc queues
19
-tokio = { version = "1", features = ["sync"], default-features = false }
+tokio = { version = "1.38", features = ["sync"], default-features = false }
20
# for PollSender (which for some reason is not available in the main tokio api)
21
tokio-util = { version = "0.7", default-features = false }
22
0 commit comments