Skip to content

Commit 6ca5f72

Browse files
chore(deps): update dependency apple/swift-protobuf to v1.31.0
1 parent 9460ee1 commit 6ca5f72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/grpc_example/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/grpc_example/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ let package = Package(
88
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.2.3"),
99
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.3.1"),
1010
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.2.3"),
11-
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.30.0"),
11+
.package(url: "https://github.com/apple/swift-protobuf.git", exact: "1.31.0"),
1212
]
1313
)

0 commit comments

Comments
 (0)