Skip to content

Commit 1f05889

Browse files
cgrindel-self-hosted-renovate[bot]cgrindelmergify[bot]
authored
chore(deps): update dependency protobuf to v30 (#1508)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | protobuf | bazel_dep | major | `29.3` -> `30.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4xIiwidXBkYXRlZEluVmVyIjoiMzguOTQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> --------- Co-authored-by: cgrindel-self-hosted-renovate[bot] <139595543+cgrindel-self-hosted-renovate[bot]@users.noreply.github.com> Co-authored-by: Chuck Grindel <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent dff19e6 commit 1f05889

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

examples/grpc_example/.bazelrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import %workspace%/../../ci.bazelrc
77
# Try to import a local.rc file; typically, written by CI
88
try-import %workspace%/../../local.bazelrc
99

10-
# The CNIOBoringSSL library uses C++14 features like 'enable_if_t' macro support.
11-
# For more details on how to enable this in Bazel:
12-
# https://stackoverflow.com/questions/40260242/how-to-set-c-standard-version-when-build-with-bazel/43388168#43388168
13-
build --cxxopt='-std=c++14'
10+
# GRPC requires C++17 or later.
11+
build --cxxopt='-std=c++17'
12+
build --host_cxxopt='-std=c++17'

examples/grpc_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "7.1.0")
5353

5454
# Gazelle currently needs protobuf to be named com_google_protobuf.
5555
# If they fix this, we can remove the repo_name argument.
56-
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
56+
bazel_dep(name = "protobuf", version = "30.0", repo_name = "com_google_protobuf")
5757

5858
apple_cc_configure = use_extension(
5959
"@apple_support//crosstool:setup.bzl",

examples/grpc_package_example/.bazelrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import %workspace%/../../ci.bazelrc
77
# Try to import a local.rc file; typically, written by CI
88
try-import %workspace%/../../local.bazelrc
99

10-
# The CNIOBoringSSL library uses C++14 features like 'enable_if_t' macro support.
11-
# For more details on how to enable this in Bazel:
12-
# https://stackoverflow.com/questions/40260242/how-to-set-c-standard-version-when-build-with-bazel/43388168#43388168
13-
build --cxxopt='-std=c++14'
10+
# GRPC requires C++17 or later.
11+
build --cxxopt='-std=c++17'
12+
build --host_cxxopt='-std=c++17'

examples/grpc_package_example/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ bazel_dep(name = "rules_proto", version = "7.1.0")
5353

5454
# Gazelle currently needs protobuf to be named com_google_protobuf.
5555
# If they fix this, we can remove the repo_name argument.
56-
bazel_dep(name = "protobuf", version = "29.3", repo_name = "com_google_protobuf")
56+
bazel_dep(name = "protobuf", version = "30.0", repo_name = "com_google_protobuf")
5757

5858
apple_cc_configure = use_extension(
5959
"@apple_support//crosstool:setup.bzl",

0 commit comments

Comments
 (0)