Update NIO to 2.30 (#123)
This commit is contained in:
parent
0aecfe8b3a
commit
39587bcecc
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue