Skip to content

Commit cb08c76

Browse files
committed
[SPARK-51846] Upgrade gRPC Swift Protobuf to 1.2 and gRPC Swift NIO Transport to 1.0.3
### What changes were proposed in this pull request? This PR aims to upgrade `gRPC Swift Protobuf` to 1.2.0 and `gRPC Swift NIO Transport` to 1.0.3. ### Why are the changes needed? To bring the latest bug fixes. - https://github.com/grpc/grpc-swift-protobuf/releases/tag/1.2.0 - grpc/grpc-swift-protobuf#58 - https://github.com/grpc/grpc-swift-nio-transport/releases/tag/1.0.3 ### Does this PR introduce _any_ user-facing change? No, there is no behavior change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #71 from dongjoon-hyun/SPARK-51846. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 401107c commit cb08c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ let package = Package(
3535
],
3636
dependencies: [
3737
.package(url: "https://github.com/grpc/grpc-swift.git", from: "2.1.2"),
38-
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.1.0"),
39-
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.2"),
38+
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", from: "1.2.0"),
39+
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", from: "1.0.3"),
4040
.package(url: "https://github.com/scottrhoyt/SwiftyTextTable.git", from: "0.9.0"),
4141
.package(url: "https://github.com/google/flatbuffers.git", branch: "v25.2.10"),
4242
],

0 commit comments

Comments
 (0)