This commit is contained in:
Dominik Werder
2021-04-14 11:38:17 +02:00
parent a6839a487f
commit 06c9963605
11 changed files with 238 additions and 93 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ hyper = { version = "0.14", features = ["http1", "http2", "client", "server", "t
http = "0.2"
url = "2.2"
bytes = "1.0.1"
futures-core = "0.3.12"
futures-core = "0.3.14"
futures-util = "0.3.14"
tracing = "0.1.25"
serde_json = "1.0"
async-channel = "1.6"