@@ -13,7 +13,8 @@ let package = Package(
1313 . library( name: " PostgresNIO " , targets: [ " PostgresNIO " ] ) ,
1414 ] ,
1515 dependencies: [
16- . package ( url: " https://github.com/apple/swift-nio.git " , from: " 2.35.0 " ) ,
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.41.1 " ) ,
1718 . package ( url: " https://github.com/apple/swift-nio-transport-services.git " , from: " 1.11.4 " ) ,
1819 . package ( url: " https://github.com/apple/swift-nio-ssl.git " , from: " 2.14.1 " ) ,
1920 . package ( url: " https://github.com/apple/swift-crypto.git " , " 1.0.0 " ..< " 3.0.0 " ) ,
@@ -22,6 +23,7 @@ let package = Package(
2223 ] ,
2324 targets: [
2425 . target( name: " PostgresNIO " , dependencies: [
26+ . product( name: " Atomics " , package : " swift-atomics " ) ,
2527 . product( name: " Crypto " , package : " swift-crypto " ) ,
2628 . product( name: " Logging " , package : " swift-log " ) ,
2729 . product( name: " Metrics " , package : " swift-metrics " ) ,
0 commit comments