Skip to content

Commit 6f60e27

Browse files
fix(deps): Update protobuf monorepo to v35
1 parent a0e0f1c commit 6f60e27

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

vendor/cel.dev/expr/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bazel_dep(
3030
)
3131
bazel_dep(
3232
name = "protobuf",
33-
version = "27.0",
33+
version = "35.1",
3434
repo_name = "com_google_protobuf",
3535
)
3636
bazel_dep(

vendor/cel.dev/expr/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ http_archive(
4040
# protobuf
4141
http_archive(
4242
name = "com_google_protobuf",
43-
sha256 = "8242327e5df8c80ba49e4165250b8f79a76bd11765facefaaecfca7747dc8da2",
44-
strip_prefix = "protobuf-3.21.5",
45-
urls = ["https://github.com/protocolbuffers/protobuf/archive/v3.21.5.zip"],
43+
sha256 = "72d5dda1fe851454035450c633659659874766e57a51f5f3e8657ee59f5dddbe",
44+
strip_prefix = "protobuf-35.1",
45+
urls = ["https://github.com/protocolbuffers/protobuf/archive/v35.1.zip"],
4646
)
4747

4848
# googletest

0 commit comments

Comments
 (0)