Skip to content

Commit d2c9d38

Browse files
committed
chore: Use Google Benchmark 1.6.1
1 parent 7817761 commit d2c9d38

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 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
42-
strip_prefix = "benchmark-1.6.0",
41+
sha256 = "6132883bc8c9b0df5375b16ab520fac1a85dc9e4cf5be59480448ece74b278d4",
42+
strip_prefix = "benchmark-1.6.1",
4343
urls = [
44-
"https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
44+
"https://github.com/google/benchmark/archive/v1.6.1.tar.gz",
4545
],
4646
)
4747

0 commit comments

Comments
 (0)