From cac99c45003dc22b8d29afd5b3da61b60bbf30b4 Mon Sep 17 00:00:00 2001 From: Brian Drelling Date: Mon, 9 Nov 2020 23:22:16 -0600 Subject: [PATCH] Updated postgres-kit version to 2.3.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 45aa67a..ff0cc7c 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/vapor/async-kit.git", from: "1.2.0"), .package(url: "https://github.com/vapor/fluent-kit.git", from: "1.0.0"), - .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.0.0"), + .package(url: "https://github.com/vapor/postgres-kit.git", from: "2.3.0"), ], targets: [ .target(name: "FluentPostgresDriver", dependencies: [