Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency rules_proto_grpc to v4.6.0 (#484)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [rules_proto_grpc](https://togithub.com/rules-proto-grpc/rules_proto_grpc) | http_archive | minor | `4.4.0` -> `4.6.0` | --- ### Release Notes <details> <summary>rules-proto-grpc/rules_proto_grpc (rules_proto_grpc)</summary> ### [`v4.6.0`](https://togithub.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.6.0) [Compare Source](https://togithub.com/rules-proto-grpc/rules_proto_grpc/compare/4.5.0...4.6.0) ##### General - Fixed incompatibility with Bazel 7 for the C, C++ and Objective-C rules. [#​298](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/298) ##### Rust - **Breaking change**: The `preserve_proto_field_names` option is no longer set on the Serde plugin by default, as it cannot then be disabled. If you need this option, set if manually with the `options` attr. [#​297](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/297) - Disabled Clippy lints in generated code. [#​296](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/296) ### [`v4.5.0`](https://togithub.com/rules-proto-grpc/rules_proto_grpc/releases/tag/4.5.0) [Compare Source](https://togithub.com/rules-proto-grpc/rules_proto_grpc/compare/4.4.0...4.5.0) ##### General - Updated grpc to 1.54.1 - Updated `rules_proto` to 5.3.0-21.7 - Fixed passing extra options to the `grpc-gateway` plugin. [#​258](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/258) - Removed header files from runfiles of `cpp_grpc_library`. [#​262](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/262) - Added a path conversion from snake_case to dashed-case. [#​274](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/274) - Fixed missing env var in documentation. [#​279](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/279) ##### C++ - Added support for `NO_PREFIX` output mode. [#​276](https://togithub.com/rules-proto-grpc/rules_proto_grpc/pull/276) ##### C#/F\# - Updated gRPC to 2.53.0 ##### Go - Updated `rules_go` to 0.39.1 ##### Python - Added support for passing `data` attr to Python library rules. [#​257](https://togithub.com/rules-proto-grpc/rules_proto_grpc/issues/257) ##### Ruby - Updated `rules_ruby` to latest ##### Rust - **Major change**: Replaced Rust protobuf and gRPC libraries with Prost and Tonic respectively. See the Rust rules documentation for examples of how this change can be adopted. [#​265](https://togithub.com/rules-proto-grpc/rules_proto_grpc/issues/265) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/secretflow/spu). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information