diff --git a/Package.swift b/Package.swift index d95322f..9df1c35 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v10_15) ], dependencies: [ - .package(url: "https://github.com/vapor/vapor.git", from: "4.106.3"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.106.4"), .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"), ],