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 61093aa commit 3f5dcebCopy full SHA for 3f5dceb
Package.swift
@@ -31,7 +31,7 @@ let package = Package(name: "opentelemetry-swift",
31
],
32
dependencies: [
33
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
34
- .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.24.2"),
+ .package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.26.1"),
35
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.30.0"),
36
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.3"),
37
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.7.0"),
0 commit comments