We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd1670 commit b58dc9aCopy full SHA for b58dc9a
Package.swift
@@ -35,7 +35,7 @@ let package = Package(
35
dependencies: [
36
.package(url: "https://github.com/apple/swift-nio.git", from: "2.83.0"),
37
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
38
- .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.30.0"),
+ .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
39
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),
40
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
41
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.3.0"),
0 commit comments