fix prometheus exporter cargo.toml

This commit is contained in:
Toby Lawrence 2020-09-27 02:29:36 +00:00
parent 36834dd6c6
commit 5783ee2b51
1 changed files with 7 additions and 7 deletions

View File

@ -18,12 +18,12 @@ keywords = ["metrics", "telemetry", "prometheus"]
[dependencies]
metrics = { version = "0.13.0-alpha.1", path = "../metrics" }
metrics-util = { version = "0.4.0-alpha.1", path = "../metrics-util"}
hdrhistogram = "^7.1"
hyper = { version = "^0.13", default-features = false, features = ["tcp"] }
tokio = { version = "^0.2", features = ["rt-core", "tcp", "time", "macros"] }
parking_lot = "^0.10"
hdrhistogram = "7.1"
hyper = { version = "0.13", default-features = false, features = ["tcp"] }
tokio = { version = "0.2", features = ["rt-core", "tcp", "time", "macros"] }
parking_lot = "0.11"
[dev-dependencies]
quanta = "^0.5"
tracing = "^0.1"
tracing-subscriber = "^0.2"
quanta = "0.6"
tracing = "0.1"
tracing-subscriber = "0.2"