build: Upgrade rules_swift to 3.1.2 and grpc to 1.76.0 (#8909)

This commit is contained in:
Udaya Prakash
2026-03-05 14:26:33 +01:00
committed by GitHub
parent 08b6372a36
commit 2b8e4d3af0

View File

@@ -23,7 +23,7 @@ bazel_dep(
)
bazel_dep(
name = "grpc",
version = "1.70.1",
version = "1.76.0",
repo_name = "com_github_grpc_grpc",
)
bazel_dep(
@@ -49,7 +49,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_swift",
version = "2.1.1",
version = "3.1.2",
max_compatibility_level = 3,
repo_name = "build_bazel_rules_swift",
)