We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131deb3 commit 046d3baCopy full SHA for 046d3ba
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
.library(name: "PostgresNIO", targets: ["PostgresNIO"]),
14
],
15
dependencies: [
16
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.33.0"),
17
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
18
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
19
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
0 commit comments