From f69cb9878c4cbb5b40be37a73ed1df7ab823caff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:47:39 +0000 Subject: [PATCH] Update dependency vapor/vapor to from: "4.90.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 58326ff..bf84c49 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/apple/swift-experimental-string-processing.git", branch: "main"), .package(url: "https://github.com/apple/swift-syntax", branch: "main"), - .package(url: "https://github.com/vapor/vapor.git", from: "4.89.3"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.90.0"), .package(url: "https://github.com/vapor/leaf.git", from: "4.2.4"), ], targets: [