From 1fc40f35c28b16d0a59db9272701d9ea28758355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 22:17:18 +0000 Subject: [PATCH] Update dependency vapor/leaf to from: "4.4.1" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 03c8009..825b4b7 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/vapor/vapor.git", from: "4.106.1"), - .package(url: "https://github.com/vapor/leaf.git", from: "4.4.0"), + .package(url: "https://github.com/vapor/leaf.git", from: "4.4.1"), .package(url: "https://github.com/apple/swift-format.git", from: "510.1.0"), ], targets: [