From 692976cae5f7fa7e54a43932fd38a08ac087848d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 01:25:17 +0000 Subject: [PATCH] chore(deps): update dependency vapor/fluent to from: "4.12.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 888bc67..d42dd03 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.92.5"), - .package(url: "https://github.com/vapor/fluent.git", from: "4.9.0") + .package(url: "https://github.com/vapor/fluent.git", from: "4.12.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.