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 41bcb2d commit 94acd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
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.6", dev_dependency = True)
bazel_dep(name = "rules_cc", version = "0.0.5", dev_dependency = True)
Expand Down

0 comments on commit 94acd00

Please sign in to comment.