update protobuf and fix vaticle warning

This commit is contained in:
Preston Van Loon
2023-06-21 08:58:53 -05:00
parent aade9096be
commit 7bb4b6b564
2 changed files with 3 additions and 6 deletions

View File

@@ -323,14 +323,11 @@ http_archive(
git_repository(
name = "com_google_protobuf",
commit = "436bd7880e458532901c58f4d9d1ea23fa7edd52",
commit = "4dd15db6eb3955745f379d28fb4a2fcfb6753de3",
remote = "https://github.com/protocolbuffers/protobuf",
shallow_since = "1617835118 -0700",
shallow_since = "1686752890 -0700",
)
# Group the sources of the library so that CMake rule have access to it
all_content = """filegroup(name = "all", srcs = glob(["**"]), visibility = ["//visibility:public"])"""
# External dependencies
http_archive(

View File

@@ -4874,5 +4874,5 @@ def prysm_deps():
name = "vaticle_bazel_distribution",
commit = "96424c85195a97dad81f69fdbbef2e1574bf8801",
remote = "https://github.com/vaticle/bazel-distribution",
shallow_since = "1569509514 +0300",
shallow_since = "1646647146 +0000",
)