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 5ccda44 commit 2914386Copy full SHA for 2914386
Package.swift
@@ -21,7 +21,7 @@ let package = Package(
21
.library(name: "AsyncHTTPClient", targets: ["AsyncHTTPClient"]),
22
],
23
dependencies: [
24
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.58.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.62.0"),
25
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.22.0"),
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.13.0"),
0 commit comments