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 75da90c commit 1a8877bCopy full SHA for 1a8877b
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.89.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.33.3"),
36
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.4"),
0 commit comments