Skip to content

Commit 046d3ba

Browse files
authored
Bump SwiftNIO dependency (#184)
1 parent 131deb3 commit 046d3ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
.library(name: "PostgresNIO", targets: ["PostgresNIO"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.32.0"),
16+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.33.0"),
1717
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
1818
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
1919
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),

0 commit comments

Comments
 (0)