Skip to content

Commit

Permalink
chore(deps): update dependency com_github_google_benchmark to v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and gjasny committed Nov 19, 2023
1 parent 81f959b commit 41bcb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ def prometheus_cpp_repositories():
maybe(
http_archive,
name = "com_github_google_benchmark",
sha256 = "2aab2980d0376137f969d92848fbb68216abb07633034534fc8c65cc4e7a0e93",
strip_prefix = "benchmark-1.8.2",
sha256 = "6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce",
strip_prefix = "benchmark-1.8.3",
urls = [
"https://github.com/google/benchmark/archive/v1.8.2.tar.gz",
"https://github.com/google/benchmark/archive/v1.8.3.tar.gz",
],
)

Expand Down

0 comments on commit 41bcb2d

Please sign in to comment.