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 b060412 commit f748b9fCopy full SHA for f748b9f
Package.swift
@@ -31,7 +31,7 @@ let package = Package(
31
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"),
32
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
33
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.29.0"),
34
- .package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.23.0"),
+ .package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.26.0"),
35
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.8.0"),
36
],
37
targets: [
0 commit comments