From fc5599b2a2981a80916d05e9ca3e8facb6b99a40 Mon Sep 17 00:00:00 2001 From: Chris Czub Date: Fri, 5 Apr 2024 15:47:54 -0400 Subject: [PATCH] try to fix CI with different dependency versions --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"