Skip to content

Commit 5457e44

Browse files
committed
Update some dependencies.
Signed-off-by: Steffen Smolka <[email protected]>
1 parent 658484c commit 5457e44

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

proto/p4runtime_deps.bzl

+9-9
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ def p4runtime_deps():
88
if not native.existing_rule("com_google_protobuf"):
99
http_archive(
1010
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",
1414
)
1515
if not native.existing_rule("rules_proto"):
1616
http_archive(
1717
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",
2121
)
2222
if not native.existing_rule("io_bazel_rules_go"):
2323
http_archive(
@@ -37,9 +37,9 @@ def p4runtime_deps():
3737
if not native.existing_rule("com_github_grpc_grpc"):
3838
http_archive(
3939
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",
4343
)
4444
if not native.existing_rule("bazel_skylib"):
4545
http_archive(

0 commit comments

Comments
 (0)