Skip to content

Commit

Permalink
Add a missing tokio feature from PR #6813
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 committed Jun 6, 2023
1 parent 173916a commit 75ef03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tempfile = "3.5.0"
thiserror = "1.0.40"

futures = "0.3.28"
tokio = { version = "1.28.2", features = ["fs", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio = { version = "1.28.2", features = ["fs", "io-util", "net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.14", features = ["sync", "time"] }
tokio-util = { version = "0.7.8", features = ["codec"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
Expand Down

0 comments on commit 75ef03c

Please sign in to comment.