Skip to content

Commit

Permalink
require secure NIO version (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
weissi authored Feb 11, 2020
1 parent f648c04 commit e2636a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.library(name: "AsyncHTTPClient", targets: ["AsyncHTTPClient"]),
],
dependencies: [
.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"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.1"),
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
],
Expand Down

0 comments on commit e2636a4

Please sign in to comment.