We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c954f9e commit c9ffcddCopy full SHA for c9ffcdd
bazel/repositories.bzl
@@ -38,10 +38,10 @@ def prometheus_cpp_repositories():
38
maybe(
39
http_archive,
40
name = "com_github_google_benchmark",
41
- sha256 = "6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4",
42
- strip_prefix = "benchmark-1.6.1",
+ sha256 = "3aff99169fa8bdee356eaa1f691e835a6e57b1efeadb8a0f9f228531158246ac",
+ strip_prefix = "benchmark-1.7.0",
43
urls = [
44
- "https://github.com/google/benchmark/archive/v1.6.1.tar.gz",
+ "https://github.com/google/benchmark/archive/v1.7.0.tar.gz",
45
],
46
)
47
0 commit comments