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 e0eada0 commit 9cb4d03Copy full SHA for 9cb4d03
Package.swift
@@ -32,7 +32,7 @@ let package = Package(
32
.package(url: "https://github.com/open-telemetry/opentelemetry-swift-core.git", from: "2.2.0"),
33
.package(url: "https://github.com/apple/swift-nio.git", from: "2.87.0"),
34
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.27.0"),
35
- .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.32.0"),
+ .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.33.3"),
36
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4"),
37
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.1")
38
],
0 commit comments