File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ bazel_skylib_workspace()
3030
3131http_archive (
3232 name = "rules_proto" ,
33- sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d " ,
34- strip_prefix = "rules_proto-6.0.0 " ,
35- url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0 /rules_proto-6.0.0 .tar.gz" ,
33+ sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295 " ,
34+ strip_prefix = "rules_proto-6.0.2 " ,
35+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2 /rules_proto-6.0.2 .tar.gz" ,
3636)
3737
3838load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ bazel_dep(
7777)
7878bazel_dep (
7979 name = "rules_proto" ,
80- version = "6.0.0 " ,
80+ version = "6.0.2 " ,
8181)
8282bazel_dep (
8383 name = "protobuf" ,
Original file line number Diff line number Diff line change @@ -45,9 +45,9 @@ bazel_skylib_workspace()
4545
4646http_archive (
4747 name = "rules_proto" ,
48- sha256 = "303e86e722a520f6f326a50b41cfc16b98fe6d1955ce46642a5b7a67c11c0f5d " ,
49- strip_prefix = "rules_proto-6.0.0 " ,
50- url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.0 /rules_proto-6.0.0 .tar.gz" ,
48+ sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295 " ,
49+ strip_prefix = "rules_proto-6.0.2 " ,
50+ url = "https://github.com/bazelbuild/rules_proto/releases/download/6.0.2 /rules_proto-6.0.2 .tar.gz" ,
5151)
5252
5353load ("@rules_proto//proto:repositories.bzl" , "rules_proto_dependencies" )
You can’t perform that action at this time.
0 commit comments