Skip to content

Commit

Permalink
chore(deps): update third_party/protobuf digest to b915e9f
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 31, 2024
1 parent ecdef31 commit 99ef1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/protobuf
Submodule protobuf updated 86 files
+7 −0 BUILD.bazel
+125 −21 MODULE.bazel
+2 −0 bazel/common/BUILD
+2 −0 bazel/private/BUILD
+0 −6 bazel/private/upb_proto_library_internal/aspect.bzl
+0 −26 bazel/private/upb_proto_library_internal/cc_library_func.bzl
+2 −0 bazel/tests/BUILD
+4 −1 bazel/tests/testdata/BUILD
+2 −0 bazel/toolchains/BUILD
+1 −3 benchmarks/BUILD
+0 −6 benchmarks/build_defs.bzl
+4 −0 editions/codegen_tests/BUILD
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+1 −3 hpb/BUILD
+1 −3 hpb/backend/upb/BUILD
+1 −3 hpb/bazel/BUILD
+0 −26 hpb/bazel/upb_cc_proto_library.bzl
+8 −40 hpb/hpb.cc
+7 −13 hpb/hpb.h
+1 −3 hpb/internal/BUILD
+1 −3 hpb_generator/BUILD
+1 −153 hpb_generator/tests/BUILD
+6 −10 lua/lua_proto_library.bzl
+1 −18 php/ext/google/protobuf/php-upb.c
+1 −4 php/ext/google/protobuf/php-upb.h
+10 −0 protobuf_deps.bzl
+0 −23 protos/BUILD
+1 −18 python/BUILD.bazel
+8 −15 python/dist/py_proto_library.bzl
+1 −1 python/message.c
+1 −9 python/pb_unit_tests/BUILD
+0 −8 python/pb_unit_tests/descriptor_pool_test_wrapper.py
+1 −25 python/pb_unit_tests/pyproto_test_wrapper.bzl
+0 −6 python/protobuf.c
+0 −9 python/protobuf.h
+1 −18 ruby/ext/google/protobuf_c/ruby-upb.c
+1 −4 ruby/ext/google/protobuf_c/ruby-upb.h
+0 −6 rust/BUILD
+2 −0 rust/test/upb/BUILD
+1 −8 rust/upb/BUILD
+2 −2 src/google/protobuf/compiler/cpp/message.cc
+2 −2 src/google/protobuf/descriptor.cc
+2 −2 src/google/protobuf/descriptor_database.cc
+4 −16 src/google/protobuf/map_entry.h
+0 −18 src/google/protobuf/map_field.h
+1 −1 src/google/protobuf/map_test.inc
+4 −1 src/google/protobuf/port.h
+2 −2 src/google/protobuf/struct.pb.h
+2 −0 src/google/protobuf/testing/googletest.cc
+11 −1 third_party/utf8_range/BUILD.bazel
+2 −0 third_party/utf8_range/fuzz/BUILD.bazel
+2 −66 upb/BUILD
+0 −2 upb/base/BUILD
+1 −13 upb/bazel/BUILD
+0 −10 upb/bazel/build_defs.bzl
+2 −0 upb/cmake/make_cmakelists.py
+1 −3 upb/conformance/BUILD
+1 −7 upb/hash/BUILD
+1 −3 upb/io/BUILD
+1 −24 upb/json/BUILD
+1 −7 upb/lex/BUILD
+0 −4 upb/mem/BUILD
+0 −4 upb/message/BUILD
+0 −197 upb/message/test.cc
+0 −54 upb/message/utf8_test.cc
+2 −2 upb/message/utf8_test.proto
+0 −4 upb/mini_descriptor/BUILD
+0 −22 upb/mini_descriptor/internal/encode_test.cc
+0 −4 upb/mini_table/BUILD
+0 −2 upb/port/BUILD
+1 −4 upb/port/def.inc
+0 −30 upb/reflection/BUILD
+0 −14 upb/reflection/field_def.c
+1 −5 upb/test/BUILD
+0 −2 upb/text/BUILD
+0 −7 upb/text/encode.c
+1 −20 upb/util/BUILD
+0 −22 upb/util/def_to_proto_test.cc
+0 −4 upb/wire/BUILD
+0 −315 upb/wire/eps_copy_input_stream_test.cc
+1 −3 upb_generator/BUILD
+0 −18 upb_generator/bootstrap_compiler.bzl
+1 −3 upb_generator/c/BUILD
+0 −2 upb_generator/c/generator.cc
+1 −3 upb_generator/minitable/BUILD
+1 −3 upb_generator/reflection/BUILD

0 comments on commit 99ef1dc

Please sign in to comment.