Skip to content

Commit 342c253

Browse files
committed
another minimal crates fix
1 parent ce1abd2 commit 342c253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.76"
1616
# we require serde even in non-rpc mode
1717
serde = { version = "1", default-features = false }
1818
# just for the oneshot and mpsc queues
19-
tokio = { version = "1", features = ["sync"], default-features = false }
19+
tokio = { version = "1.38", features = ["sync"], default-features = false }
2020
# for PollSender (which for some reason is not available in the main tokio api)
2121
tokio-util = { version = "0.7", default-features = false }
2222

0 commit comments

Comments
 (0)