We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f648c04 commit e2636a4Copy full SHA for e2636a4
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.11.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.13.1"),
25
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.1"),
26
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
27
0 commit comments