From cdae2d0fb2a05f05c56933b66ee9f78f13f5d5be Mon Sep 17 00:00:00 2001 From: Iskandar Abudiab Date: Sun, 29 Oct 2023 13:32:28 +0100 Subject: [PATCH] Update Swift and dependencies - Async HTTP Client 1.19.0 - Kubernetes 1.28.3 - SwiftkubeModel 0.13.0 - SwiftNIO 2.61.0 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index a3d1a84..87c773c 100644 --- a/Package.swift +++ b/Package.swift @@ -15,12 +15,12 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.12.0")), - .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.18.0")), + .package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.13.0")), + .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.19.0")), .package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.3")), .package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.4.1")), .package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "5.0.6")), - .package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.54.0")), + .package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.61.0")), ], targets: [ .target(