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 ed595b3Copy full SHA for ed595b3
Package.swift
@@ -30,7 +30,7 @@ let package = Package(
30
],
31
dependencies: [
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"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.88.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"),
36
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4"),
0 commit comments