From d0642eea566bbe92a2121bb06a0aefc4579c9cfd Mon Sep 17 00:00:00 2001 From: Trees <990377023@qq.com> Date: 2024年12月25日 16:13:14 +0800 Subject: [PATCH] Update Package.swift --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 8248f26..845b8ac 100644 --- a/Package.swift +++ b/Package.swift @@ -13,7 +13,7 @@ let package = Package( .library(name: "PostgresKit", targets: ["PostgresKit"]), ], dependencies: [ - .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.21.1"), + .package(url: "https://github.com/vapor/postgres-nio.git", from: "1.23.0"), .package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.3"), .package(url: "https://github.com/vapor/async-kit.git", from: "1.19.0"), ],