From 93f546180ba5ad53a817a94722cdd310a8208394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:30:00 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index cdc19b8..8254e10 100644 --- a/Package.swift +++ b/Package.swift @@ -6,15 +6,15 @@ let package = Package( platforms: [.macOS(.v13)], dependencies: [ // 💧 A server-side Swift web framework. - .package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.106.2"), // 🔵 Non-blocking, event-driven networking for Swift. Used for custom executors - .package(url: "https://github.com/apple/swift-nio.git", from: "2.67.0"), + .package(url: "https://github.com/apple/swift-nio.git", from: "2.76.1"), .package( url: "https://github.com/yumemi-inc/fake-fortune-telling", from: "0.2.5" ), - .package(url: "https://github.com/apple/swift-openapi-generator", from: "1.2.1"), - .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.4.0"), + .package(url: "https://github.com/apple/swift-openapi-generator", from: "1.4.0"), + .package(url: "https://github.com/apple/swift-openapi-runtime", from: "1.6.0"), .package(url: "https://github.com/swift-server/swift-openapi-vapor", from: "1.0.1"), ], targets: [