Skip to content

Commit dabf2aa

Browse files
committed
chore(deps): update dependency com_google_benchmark to v1.6.0
1 parent 2c8f98c commit dabf2aa

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bazel/google_cloud_cpp_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ def google_cloud_cpp_deps():
6363
if "com_google_benchmark" not in native.existing_rules():
6464
http_archive(
6565
name = "com_google_benchmark",
66-
strip_prefix = "benchmark-1.5.6",
66+
strip_prefix = "benchmark-1.6.0",
6767
urls = [
68-
"https://github.com/google/benchmark/archive/v1.5.6.tar.gz",
68+
"https://github.com/google/benchmark/archive/v1.6.0.tar.gz",
6969
],
70-
sha256 = "789f85b4810d13ff803834ea75999e41b326405d83d6a538baf01499eda96102",
70+
sha256 = "1f71c72ce08d2c1310011ea6436b31e39ccab8c2db94186d26657d41747c85d6",
7171
)
7272

7373
# Load the googleapis dependency.

0 commit comments

Comments
 (0)