diff --git a/Package.swift b/Package.swift index 499d48b..adf73b7 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( .library(name: "PostgresKit", targets: ["PostgresKit"]), ], dependencies: [ - .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.0.0"), + .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.4.0"), .package(url: "https://github.com/vapor/sql-kit.git", from: "3.5.0"), .package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"), ],