diff --git a/Cargo.toml b/Cargo.toml index 1e9144acad..f434895962 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,8 +129,8 @@ thiserror = "1.0.57" time = "0.3" tiny-bip39 = "1.0.0" tiny-keccak = { version = "2.0.2", default-features = false } -tokio = "1.3" -tokio-stream = "0.1.14" +tokio = { version = "1.3", features = ["full", "rt-multi-thread", "tracing"] } +tokio-stream = "0.1.8" tokio-util = { version = "0.7" } toml = "0.8.8" tonic = "0.10"