Skip to content

Commit 624b74c

Browse files
committed
Update dependency vapor/vapor to from: "4.77.1"
1 parent 792df33 commit 624b74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
dependencies: [
1010
.package(url: "https://github.com/apple/swift-syntax", from: "508.0.1"),
1111
.package(url: "https://github.com/apple/swift-tools-support-core", from: "0.5.2"),
12-
.package(url: "https://github.com/vapor/vapor.git", from: "4.77.0"),
12+
.package(url: "https://github.com/vapor/vapor.git", from: "4.77.1"),
1313
.package(url: "https://github.com/vapor/leaf.git", from: "4.2.4"),
1414
],
1515
targets: [

0 commit comments

Comments
 (0)