@@ -23,7 +23,6 @@ let package = Package(
23
23
. package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.0.5 " ) ,
24
24
. package ( url: " https://github.com/apple/swift-crypto.git " , from: " 3.1.0 " ) ,
25
25
. package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.63.0 " ) ,
26
- . package ( url: " https://github.com/apple/swift-nio-extras.git " , from: " 1.20.0 " ) ,
27
26
. package ( url: " https://github.com/apple/swift-log.git " , from: " 1.5.3 " ) ,
28
27
. package ( url: " https://github.com/swift-server/swift-service-lifecycle.git " , from: " 2.3.0 " ) ,
29
28
] ,
@@ -105,7 +104,6 @@ let package = Package(
105
104
. product( name: " AsyncAlgorithms " , package : " swift-async-algorithms " ) ,
106
105
. product( name: " Logging " , package : " swift-log " ) ,
107
106
. product( name: " NIO " , package : " swift-nio " ) ,
108
- . product( name: " NIOExtras " , package : " swift-nio-extras " ) ,
109
107
. product( name: " DequeModule " , package : " swift-collections " ) ,
110
108
. product( name: " SystemPackage " , package : " swift-system " ) ,
111
109
]
0 commit comments