Skip to content

Commit b2d6420

Browse files
committed
Update dependency vapor/vapor to from: "4.48.3"
1 parent afe974f commit b2d6420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
],
99
dependencies: [
1010
.package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .exact("0.50400.0")),
11-
.package(url: "https://github.com/vapor/vapor.git", from: "4.48.2"),
11+
.package(url: "https://github.com/vapor/vapor.git", from: "4.48.3"),
1212
.package(url: "https://github.com/vapor/leaf.git", from: "4.1.2"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)