We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe974f + b2d6420 commit 607acb9Copy full SHA for 607acb9
Package.swift
@@ -8,7 +8,7 @@ let package = Package(
8
],
9
dependencies: [
10
.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"),
+ .package(url: "https://github.com/vapor/vapor.git", from: "4.48.3"),
12
.package(url: "https://github.com/vapor/leaf.git", from: "4.1.2"),
13
14
targets: [
0 commit comments