Skip to content

Commit

Permalink
chore(deps): update dependency 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 d709929 commit 67d5f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use_repo(
)

bazel_dep(name = "boringssl", version = "0.0.0-20230215-5c22014")
bazel_dep(name = "google_benchmark", version = "1.8.2", dev_dependency = True, repo_name = "com_github_google_benchmark")
bazel_dep(name = "google_benchmark", version = "1.8.3", dev_dependency = True, repo_name = "com_github_google_benchmark")
bazel_dep(name = "googletest", version = "1.12.1", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "platforms", version = "0.0.8", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.9", dev_dependency = True)
Expand Down

0 comments on commit 67d5f3f

Please sign in to comment.