cincinnati
cincinnati copied to clipboard
build(deps): bump protobuf from 2.28.0 to 3.5.1
Bumps protobuf from 2.28.0 to 3.5.1.
Changelog
Sourced from protobuf's changelog.
Changelog
Changelog after version 3.0.0 lives in https://github.com/stepancheg/rust-protobuf/blob/master/CHANGELOG.md.
[3.0.0] - 2022-05-01
- New stable version released.
[3.0.0-alpha.14] - 2022-05-01
- JSON support is moved into a separate crate
protobuf-json-mapping- Generated code for well known types is more similar to regular protobuf now (well known type modules are now placed as is in
well_known_typesmodule instead of being flattened).file_descriptor_proto()function is private now in generated code. Descriptor can be obtained by callingfile_descriptor().proto().file_descriptor()now returns&'static FileDescriptor- Hide
UnknownValuesfrom public API (keepUnknownFields)[3.0.0-alpha.13] - 2022-05-01
- More efficient reflective operations
- Fewer internals exposed from public API (e.g.
ProtobufTypeis no longer public)[3.0.0-alpha.12] - 2022-04-30
- keywords are now escaped with
_suffix- generate trivial
is_initializedfunctions when possible[3.0.0-alpha.11] - 2022-04-29
- all fields are public now in generated messages
protobuf-supportcrate added. This crate contains utilities shared by other protobuf crates. This crate has no public API.[3.0.0-alpha.10] - 2022-04-11
- remove
expose_oneofcodegen option (it is on by default for a long time)- remove unused serde-related options from
rustproto.proto- in generated code, enum variant names are converted to camel case
- generate
SpecialFieldsfield in messages instead of a pair (unknown_fields,cached_size)- reflection operations like
nested_messagesnow return iterator instead ofVec- replace
fn Enum::values()withconst Enum::VALUES- remove
EnumFull::enum_descriptor(), does not provide much value overenum_descriptor_static- rename
EnumFull::enum_descriptor_static->enum_descriptor- fix
EnumFull::descriptorfor enums withallow_alias- rename
MessageDescriptor::enumstonested_enums- rename
MessageDescriptor::descriptor_statictodescriptor- add
EnumDescriptor::enclosing_message()Messagenow requiresPartialEq
... (truncated)
Commits
1e1e80aBump version to 3.5.12b89329Remove use of box_pointers lint22655e3Bump version to 3.5.07843e95Regnerate protos515bfe0Bump version to 3.5.0-pre0e6f3ffDisable miri test which seems to run too slowly845a60fUpdate CHANGELOG.mdc0a3b0dAdvance pos_of_buffer_start when writing directly to a writer639579dUpdate CHANGELOG.md263ee76Codegen: option to use BTreeMap as map representation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign lalatendumohanty for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/customrust-images | d01fa187b7ef3c10e19d5ae550a6cd723941ca0d | link | true | /test customrust-images |
| ci/prow/images | d01fa187b7ef3c10e19d5ae550a6cd723941ca0d | link | true | /test images |
| ci/prow/e2e | d01fa187b7ef3c10e19d5ae550a6cd723941ca0d | link | true | /test e2e |
| ci/prow/customrust-e2e | d01fa187b7ef3c10e19d5ae550a6cd723941ca0d | link | true | /test customrust-e2e |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
/uncc
Superseded by #940.