Skip to content

Commit f748b9f

Browse files
authored
Require swift-nio-transport-services 1.26.0 (#264)
As we require NIOTSEventLoop to conform to NIOSerialEventLoopExecutor Signed-off-by: Adam Fowler <[email protected]>
1 parent b060412 commit f748b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ let package = Package(
3131
.package(url: "https://github.com/apple/swift-distributed-tracing.git", from: "1.3.0"),
3232
.package(url: "https://github.com/apple/swift-nio.git", from: "2.81.0"),
3333
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.29.0"),
34-
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.23.0"),
34+
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.26.0"),
3535
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.8.0"),
3636
],
3737
targets: [

0 commit comments

Comments
 (0)