bump deps

This commit is contained in:
2024-07-05 10:21:55 -07:00
parent 07a19be4b3
commit bd524f13b2
2 changed files with 64 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.10
import PackageDescription
let package = Package(
@@ -7,8 +7,8 @@ let package = Package(
.macOS(.v13)
],
dependencies: [
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.0.0")),
.package(url: "https://github.com/vapor/vapor.git", .upToNextMajor(from: "4.92.1")),
.package(url: "https://github.com/vapor/leaf.git", .upToNextMajor(from: "4.3.0")),
],
targets: [
.target(