Skip to content

Commit

Permalink
Bump postgres-nio dependency to match actual minimum version requirem…
Browse files Browse the repository at this point in the history
…ent (#217)
  • Loading branch information
eob authored Jan 24, 2022
1 parent 70ce734 commit ea152d6
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 @@ -10,7 +10,7 @@ let package = Package(
.library(name: "PostgresKit", targets: ["PostgresKit"]),
],
dependencies: [
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.4.0"),
.package(url: "https://github.com/vapor/postgres-nio.git", from: "1.7.2"),
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.16.0"),
.package(url: "https://github.com/vapor/async-kit.git", from: "1.0.0"),
],
Expand Down

0 comments on commit ea152d6

Please sign in to comment.