There was an error while loading. Please reload this page.
1 parent a0e0f1c commit 5de3588Copy full SHA for 5de3588
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 = "36.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 = "8204144a28b82affa306bedc13b3bdbca92450e7f8c2bbc1bdd0b24e75cba4aa",
+ strip_prefix = "protobuf-36.0",
+ urls = ["https://github.com/protocolbuffers/protobuf/archive/v36.0.zip"],
46
47
48
# googletest
0 commit comments