From b789d38eab99c7eaf5381a1f6bde98d437d7ac34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:06:55 +0000 Subject: [PATCH] Update dependency vapor/vapor to from: "4.106.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 0b5ead5..b368730 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.102.1"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.106.2"), .package(url: "https://github.com/vapor/leaf.git", from: "4.4.0"), ], targets: [