@@ -106,9 +106,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
106
106
_maybe (
107
107
http_archive ,
108
108
name = "com_github_apple_swift_protobuf" ,
109
- urls = ["https://github.com/apple/swift-protobuf/archive/1.20.2 .tar.gz" ], # pinned to grpc-swift version
110
- sha256 = "3fb50bd4d293337f202d917b6ada22f9548a0a0aed9d9a4d791e6fbd8a246ebb " ,
111
- strip_prefix = "swift-protobuf-1.20.2 /" ,
109
+ urls = ["https://github.com/apple/swift-protobuf/archive/1.28.1 .tar.gz" ], # pinned to grpc-swift version
110
+ sha256 = "9204c512ee90378f22db3255ecc35de927d672a4925d5222497c57b3f30de726 " ,
111
+ strip_prefix = "swift-protobuf-1.28.1 /" ,
112
112
build_file = Label (
113
113
"//third_party:com_github_apple_swift_protobuf/BUILD.overlay" ,
114
114
),
@@ -117,9 +117,9 @@ def swift_rules_dependencies(include_bzlmod_ready_dependencies = True):
117
117
_maybe (
118
118
http_archive ,
119
119
name = "com_github_grpc_grpc_swift" ,
120
- urls = ["https://github.com/grpc/grpc-swift/archive/1.16 .0.tar.gz" ], # latest at time of writing
121
- sha256 = "58b60431d0064969f9679411264b82e40a217ae6bd34e17096d92cc4e47556a5 " ,
122
- strip_prefix = "grpc-swift-1.16 .0/" ,
120
+ urls = ["https://github.com/grpc/grpc-swift/archive/2.0 .0.tar.gz" ], # latest at time of writing
121
+ sha256 = "f0264d6a90eef30d4189e5e8ccc39b429bcd0444c86b41d246c4b803c0676ecd " ,
122
+ strip_prefix = "grpc-swift-2.0 .0/" ,
123
123
build_file = Label (
124
124
"//third_party:com_github_grpc_grpc_swift/BUILD.overlay" ,
125
125
),
0 commit comments