We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cb903 commit f0afd13Copy full SHA for f0afd13
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.3.0"),
33
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.94.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.97.0"),
34
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "1.27.1"),
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.10.1"),
0 commit comments