Skip to content

Commit

Permalink
Bump SwiftNIO dependency (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett authored Sep 23, 2021
1 parent 131deb3 commit 046d3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "PostgresNIO", targets: ["PostgresNIO"]),
],
dependencies: [
.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"),
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
.package(url: "https://github.com/apple/swift-crypto.git", "1.0.0" ..< "3.0.0"),
.package(url: "https://github.com/apple/swift-metrics.git", from: "2.0.0"),
Expand Down

0 comments on commit 046d3ba

Please sign in to comment.