There was an error while loading. Please reload this page.
1 parent a0e0f1c commit 6f60e27Copy full SHA for 6f60e27
2 files changed
vendor/cel.dev/expr/MODULE.bazel
@@ -30,7 +30,7 @@ bazel_dep(
30
)
31
bazel_dep(
32
name = "protobuf",
33
- version = "27.0",
+ version = "35.1",
34
repo_name = "com_google_protobuf",
35
36
vendor/cel.dev/expr/WORKSPACE
@@ -40,9 +40,9 @@ http_archive(
40
# protobuf
41
http_archive(
42
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"],
+ sha256 = "72d5dda1fe851454035450c633659659874766e57a51f5f3e8657ee59f5dddbe",
+ strip_prefix = "protobuf-35.1",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v35.1.zip"],
46
47
48
# googletest
0 commit comments