Skip to content

Commit a0fc98a

Browse files
committed
bump prometheus to v1.3.0
1 parent f30ab92 commit a0fc98a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bazel/repository.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ def opentelemetry_cpp_deps():
110110
maybe(
111111
http_archive,
112112
name = "com_github_jupp0r_prometheus_cpp",
113-
sha256 = "48dbad454d314b836cc667ec4def93ec4a6e4255fc8387c20cacb3b8b6faee30",
114-
strip_prefix = "prometheus-cpp-1.2.4",
113+
sha256 = "ac6e958405a29fbbea9db70b00fa3c420e16ad32e1baf941ab233ba031dd72ee",
114+
strip_prefix = "prometheus-cpp-1.3.0",
115115
urls = [
116-
"https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.2.4.tar.gz",
116+
"https://github.com/jupp0r/prometheus-cpp/archive/refs/tags/v1.3.0.tar.gz",
117117
],
118118
)
119119

0 commit comments

Comments
 (0)