@@ -13,13 +13,13 @@ let package = Package(
13
13
. library( name: " PostgresNIO " , targets: [ " PostgresNIO " ] ) ,
14
14
] ,
15
15
dependencies: [
16
- . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.0.2 " ) ,
17
- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.44 .0 " ) ,
18
- . package ( url: " https://github.com/apple/swift-nio-transport-services.git " , from: " 1.13.1 " ) ,
19
- . package ( url: " https://github.com/apple/swift-nio-ssl.git " , from: " 2.22 .1 " ) ,
16
+ . package ( url: " https://github.com/apple/swift-atomics.git " , from: " 1.1.0 " ) ,
17
+ . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.50 .0 " ) ,
18
+ . package ( url: " https://github.com/apple/swift-nio-transport-services.git " , from: " 1.16.0 " ) ,
19
+ . package ( url: " https://github.com/apple/swift-nio-ssl.git " , from: " 2.23 .1 " ) ,
20
20
. package ( url: " https://github.com/apple/swift-crypto.git " , " 1.0.0 " ..< " 3.0.0 " ) ,
21
21
. package ( url: " https://github.com/apple/swift-metrics.git " , from: " 2.0.0 " ) ,
22
- . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.4.4 " ) ,
22
+ . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.5.2 " ) ,
23
23
] ,
24
24
targets: [
25
25
. target( name: " PostgresNIO " , dependencies: [
0 commit comments