From c02ac6db82410a3bef0155b370953dbd7aea946c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 08:01:17 +0000 Subject: [PATCH] chore(deps): update dependency vapor/fluent to from: "4.9.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 7478360..60ebb29 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/vapor/vapor.git", from: "4.78.2"), - .package(url: "https://github.com/vapor/fluent.git", from: "4.8.0") + .package(url: "https://github.com/vapor/fluent.git", from: "4.9.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.