Skip to content

Commit

Permalink
try to fix CI with different dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Apr 5, 2024
1 parent 12eb53d commit fc5599b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fc5599b

Please sign in to comment.