Skip to content

Commit 0e32cee

Browse files
committed
Update dependency vapor/vapor to from: "4.76.3"
1 parent 797c67c commit 0e32cee

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(url: "https://github.com/apple/swift-syntax", branch: "508.0.0"),
11-
.package(url: "https://github.com/vapor/vapor.git", from: "4.76.2"),
11+
.package(url: "https://github.com/vapor/vapor.git", from: "4.76.3"),
1212
.package(url: "https://github.com/vapor/leaf.git", from: "4.2.4"),
1313
],
1414
targets: [

0 commit comments

Comments
 (0)