Disable hdrhistogram features

This causes nom to be pulled in, which currently causes the CI error and build
conflict between `funty` and `bitvec`: https://github.com/myrrlyn/funty/issues/3

We don't need the feature in this scenario anyway.
This commit is contained in:
Matthias Einwag
2021-02-14 00:33:04 -08:00
committed by Dirkjan Ochtman
parent 3acf0f29b6
commit cd974a7945
+1 -1
View File
@@ -10,7 +10,7 @@ publish = false
anyhow = "1.0.22"
bytes = "1"
futures = "0.3.8"
hdrhistogram = "7.2"
hdrhistogram = { version = "7.2", default-features = false }
quinn = { path = "../quinn" }
rcgen = "0.8"
rustls = "0.19"