Skip to content

Commit e2636a4

Browse files
authored
require secure NIO version (#162)
1 parent f648c04 commit e2636a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
.library(name: "AsyncHTTPClient", targets: ["AsyncHTTPClient"]),
2222
],
2323
dependencies: [
24-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.11.0"),
24+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.13.1"),
2525
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.1"),
2626
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
2727
],

0 commit comments

Comments
 (0)