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 f3679b3 commit 30f3f2eCopy full SHA for 30f3f2e
Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "1.0.0"),
32
.package(url: "https://github.com/apple/swift-nio.git", from: "2.86.0"),
33
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
34
- .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"),
35
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),
36
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0")
37
],
0 commit comments