Update NIO to 2.30 (#123)

This commit is contained in:
David Evans 2021-06-23 14:16:15 +01:00 committed by GitHub
parent 0aecfe8b3a
commit 39587bcecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ let package = Package(
.library(name: "NIOTransportServices", targets: ["NIOTransportServices"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.27.0"),
.package(url: "https://github.com/apple/swift-nio.git", from: "2.30.0"),
],
targets: [
.target(