WIP
This commit is contained in:
@@ -9,8 +9,8 @@ path = "src/daqbufp2.rs"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.22.0", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }
|
||||
hyper = "0.14"
|
||||
http = "0.2"
|
||||
hyper = { version = "1.0.1", features = ["client", "http1", "http2"] }
|
||||
http = "1"
|
||||
tracing = "0.1.25"
|
||||
tracing-subscriber = "0.3.16"
|
||||
futures-util = "0.3.25"
|
||||
|
||||
Reference in New Issue
Block a user