Skip to content

Commit

Permalink
Update prometheus to v0.11.x (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtescher committed Jan 22, 2021
1 parent df3fc30 commit af93ee1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opentelemetry-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
opentelemetry = { version = "0.11", path = "../opentelemetry", default-features = false, features = ["metrics"] }
prometheus = "0.10"
prometheus = "0.11"
protobuf = "2.14"

[dev-dependencies]
tokio = { version = "1.0", features = ["full"] }
hyper = "0.14"
hyper = { version = "0.14", features = ["full"] }
lazy_static = "1.4"

0 comments on commit af93ee1

Please sign in to comment.