Skip to content

Commit 8f0612c

Browse files
committed
chore: use Google Benchmark 1.7.1
1 parent 00c0334 commit 8f0612c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bazel/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ def prometheus_cpp_repositories():
3838
maybe(
3939
http_archive,
4040
name = "com_github_google_benchmark",
41-
sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac",
42-
strip_prefix = "benchmark-1.7.0",
41+
sha256 = "6430e4092653380d9dc4ccb45a1e2dc9259d581f4866dc0759713126056bc1d7",
42+
strip_prefix = "benchmark-1.7.1",
4343
urls = [
44-
"https://github.com/google/benchmark/archive/v1.7.0.tar.gz",
44+
"https://github.com/google/benchmark/archive/v1.7.1.tar.gz",
4545
],
4646
)
4747

0 commit comments

Comments
 (0)