Skip to content

Commit af93ee1

Browse files
authored
Update prometheus to v0.11.x (#435)
1 parent df3fc30 commit af93ee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-prometheus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ rustdoc-args = ["--cfg", "docsrs"]
2121

2222
[dependencies]
2323
opentelemetry = { version = "0.11", path = "../opentelemetry", default-features = false, features = ["metrics"] }
24-
prometheus = "0.10"
24+
prometheus = "0.11"
2525
protobuf = "2.14"
2626

2727
[dev-dependencies]
2828
tokio = { version = "1.0", features = ["full"] }
29-
hyper = "0.14"
29+
hyper = { version = "0.14", features = ["full"] }
3030
lazy_static = "1.4"

0 commit comments

Comments
 (0)