Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 7, 2024
1 parent 96c6468 commit dbce455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/protobuf
Submodule protobuf updated 53 files
+2 −1 bazel/private/bazel_proto_library_rule.bzl
+2 −2 editions/golden/compare_cpp_codegen_failure.xml
+14 −7 java/core/src/main/java/com/google/protobuf/ArrayDecoders.java
+0 −5 java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java
+1 −1 java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java
+6 −3 php/ext/google/protobuf/php-upb.c
+6 −3 ruby/ext/google/protobuf_c/ruby-upb.c
+2 −18 rust/upb.rs
+65 −56 rust/upb/arena.rs
+3 −3 rust/upb/array.rs
+1 −1 rust/upb/extension_registry.rs
+1 −1 rust/upb/map.rs
+2 −2 rust/upb/message.rs
+4 −4 rust/upb/message_value.rs
+1 −1 rust/upb/mini_table.rs
+1 −1 rust/upb/opaque_pointee.rs
+7 −7 rust/upb/owned_arena_box.rs
+3 −3 rust/upb/string_view.rs
+1 −1 rust/upb/text.rs
+3 −3 rust/upb/wire.rs
+1 −5 src/google/protobuf/any.pb.h
+3 −15 src/google/protobuf/api.pb.h
+10 −0 src/google/protobuf/arena.h
+1 −5 src/google/protobuf/compiler/cpp/message.cc
+1 −1 src/google/protobuf/compiler/cpp/tools/analyze_profile_proto.cc
+1 −5 src/google/protobuf/compiler/java/java_features.pb.h
+2 −1 src/google/protobuf/compiler/java/lite/enum_field.cc
+2 −1 src/google/protobuf/compiler/java/lite/message_field.cc
+4 −20 src/google/protobuf/compiler/plugin.pb.h
+0 −1 src/google/protobuf/compiler/rust/relative_path.cc
+1 −1 src/google/protobuf/compiler/subprocess.cc
+1 −5 src/google/protobuf/cpp_features.pb.h
+0 −1 src/google/protobuf/descriptor.cc
+33 −165 src/google/protobuf/descriptor.pb.h
+0 −1 src/google/protobuf/descriptor_unittest.cc
+1 −5 src/google/protobuf/duration.pb.h
+1 −5 src/google/protobuf/empty.pb.h
+1 −5 src/google/protobuf/field_mask.pb.h
+2 −0 src/google/protobuf/generated_message_reflection.cc
+2 −1 src/google/protobuf/io/zero_copy_stream_impl.cc
+1 −0 src/google/protobuf/message.h
+4 −0 src/google/protobuf/port.h
+0 −4 src/google/protobuf/port_def.inc
+0 −1 src/google/protobuf/port_undef.inc
+8 −17 src/google/protobuf/repeated_field.h
+6 −14 src/google/protobuf/repeated_ptr_field.h
+1 −5 src/google/protobuf/source_context.pb.h
+3 −15 src/google/protobuf/struct.pb.h
+1 −5 src/google/protobuf/timestamp.pb.h
+5 −25 src/google/protobuf/type.pb.h
+9 −45 src/google/protobuf/wrappers.pb.h
+4 −2 upb/json/decode.c
+2 −1 upb/reflection/message.c

0 comments on commit dbce455

Please sign in to comment.