diff --git a/Package.resolved b/Package.resolved index 80c81cb..f8fdc5e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -284,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/vapor.git", "state" : { - "revision" : "a8db2dbda8b3cdc8a61bd35128590bd296e85563", - "version" : "4.121.3" + "revision" : "cfd8f434843ac7850e2d97f46c1aa5ddb906cf1c", + "version" : "4.121.4" } }, { diff --git a/Package.swift b/Package.swift index cbb1bf5..147b016 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/swiftlang/swift-experimental-string-processing.git", branch: "main"), - .package(url: "https://github.com/vapor/vapor.git", from: "4.121.3"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.121.4"), .package(url: "https://github.com/vapor/leaf.git", from: "4.5.1"), ], targets: [