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 014ccd5 commit 8666c92Copy full SHA for 8666c92
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.library(name: "WebSocketKit", targets: ["WebSocketKit"]),
14
],
15
dependencies: [
16
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.53.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.78.0"),
17
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.16.0"),
18
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.24.0"),
19
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.16.0"),
0 commit comments