WIP testing cbor output

This commit is contained in:
Dominik Werder
2023-12-19 16:30:06 +01:00
parent a8479b2c8d
commit b5ce2dd743
17 changed files with 495 additions and 116 deletions

View File

@@ -13,7 +13,7 @@ serde_json = "1.0"
url = "2.5.0"
http = "1.0.0"
http-body-util = { version = "0.1.0" }
hyper = { version = "1.0.1", features = ["http1", "http2", "client", "server"] }
hyper = { version = "1.1.0", features = ["http1", "http2", "client", "server"] }
hyper-util = { version = "0.1.1", features = ["http1", "http2", "client", "server"] }
bytes = "1.5.0"
futures-util = "0.3.14"
@@ -27,7 +27,7 @@ regex = "1.10.2"
rand = "0.8.5"
ciborium = "0.2.1"
flate2 = "1"
brotli = "2.4"
brotli = "3.4.0"
err = { path = "../err" }
netpod = { path = "../netpod" }
query = { path = "../query" }