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 c2805df commit f758650Copy full SHA for f758650
Package.swift
@@ -25,7 +25,7 @@ let package = Package(
25
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
26
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.19.0"),
27
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.10.0"),
28
- .package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.11.0"),
+ .package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.11.4"),
29
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
30
],
31
targets: [
0 commit comments