@@ -8,16 +8,16 @@ def p4runtime_deps():
8
8
if not native .existing_rule ("com_google_protobuf" ):
9
9
http_archive (
10
10
name = "com_google_protobuf" ,
11
- url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v28.2 .tar.gz" ,
12
- strip_prefix = "protobuf-28.2 " ,
13
- sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db" ,
11
+ url = "https://github.com/protocolbuffers/protobuf/archive/refs/tags/v29.1 .tar.gz" ,
12
+ strip_prefix = "protobuf-29.1 " ,
13
+ # sha256 = "b2340aa47faf7ef10a0328190319d3f3bee1b24f426d4ce8f4253b6f27ce16db",
14
14
)
15
15
if not native .existing_rule ("rules_proto" ):
16
16
http_archive (
17
17
name = "rules_proto" ,
18
- sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295" ,
19
- strip_prefix = "rules_proto-6 .0.2" ,
20
- url = "https://github.com/bazelbuild/rules_proto/releases/download/6 .0.2/rules_proto-6 .0.2.tar.gz" ,
18
+ # sha256 = "6fb6767d1bef535310547e03247f7518b03487740c11b6c6adb7952033fe1295",
19
+ strip_prefix = "rules_proto-7 .0.2" ,
20
+ url = "https://github.com/bazelbuild/rules_proto/releases/download/7 .0.2/rules_proto-7 .0.2.tar.gz" ,
21
21
)
22
22
if not native .existing_rule ("io_bazel_rules_go" ):
23
23
http_archive (
@@ -37,9 +37,9 @@ def p4runtime_deps():
37
37
if not native .existing_rule ("com_github_grpc_grpc" ):
38
38
http_archive (
39
39
name = "com_github_grpc_grpc" ,
40
- url = "https://github.com/grpc/grpc/archive/refs/tags/v1.67 .0.tar.gz" ,
41
- strip_prefix = "grpc-1.67 .0" ,
42
- sha256 = "af0638f73e4452e22e295f8b3f452518234254104713a08497f3d3aaa76733ad" ,
40
+ url = "https://github.com/grpc/grpc/archive/refs/tags/v1.68 .0.tar.gz" ,
41
+ strip_prefix = "grpc-1.68 .0" ,
42
+ # sha256 = "af0638f73e4452e22e295f8b3f452518234254104713a08497f3d3aaa76733ad",
43
43
)
44
44
if not native .existing_rule ("bazel_skylib" ):
45
45
http_archive (
0 commit comments