@@ -145,13 +145,13 @@ if configuration.useLocalDependencies {
145
145
]
146
146
} else {
147
147
package . dependencies += [
148
- . package ( url: " https://github.com/apple/swift-system " , from: " 1.2.1 " ) ,
149
- . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.2.2 " ) ,
150
- . package ( url: " https://github.com/apple/swift-async-algorithms.git " , exact: " 1.0.0-beta. 1 " ) ,
151
- . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.1 .0 " ) ,
152
- . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.0.5 " ) ,
148
+ . package ( url: " https://github.com/apple/swift-system " , from: " 1.3.0 " ) ,
149
+ . package ( url: " https://github.com/apple/swift-argument-parser " , from: " 1.4.0 " ) ,
150
+ . package ( url: " https://github.com/apple/swift-async-algorithms.git " , exact: " 1.0.1 " ) ,
151
+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.2 .0 " ) ,
152
+ . package ( url: " https://github.com/apple/swift-collections.git " , from: " 1.1.2 " ) ,
153
153
. package ( url: " https://github.com/apple/swift-crypto.git " , from: " 3.1.0 " ) ,
154
- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.63 .0 " ) ,
155
- . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.5.3 " ) ,
154
+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.65 .0 " ) ,
155
+ . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.5.4 " ) ,
156
156
]
157
157
}
0 commit comments