mirror of
https://github.com/n0-computer/noq.git
synced 2026-09-19 09:45:20 +00:00
Fix missing tokio feature in interop tool
This commit is contained in:
committed by
Dirkjan Ochtman
parent
866a1508a8
commit
889553fbdb
+1
-1
@@ -15,7 +15,7 @@ quinn-h3 = { path = "../quinn-h3" }
|
||||
quinn-proto = { path = "../quinn-proto" }
|
||||
rustls = { version = "0.16", features = ["dangerous_configuration"] }
|
||||
structopt = "0.3.0"
|
||||
tokio = { version = "0.2.2", features = ["rt-core"] }
|
||||
tokio = { version = "0.2.2", features = ["rt-core", "io-util"] }
|
||||
tracing = "0.1.10"
|
||||
tracing-subscriber = "0.1.5"
|
||||
webpki = "0.21"
|
||||
|
||||
Reference in New Issue
Block a user