Skip to content

Commit 1967213

Browse files
committed
Update dependencies
Newer dependency versions dropped Swift 5.10, consequently, this will be the last version of SwiftkubeClient supporting Swift 5.10
1 parent ed03e02 commit 1967213

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Package.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ let package = Package(
2020
),
2121
],
2222
dependencies: [
23-
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.6.2")),
24-
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.5.1")),
25-
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.80.0")),
26-
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "5.1.3")),
27-
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.24.2")),
23+
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.6.4")),
24+
.package(url: "https://github.com/apple/swift-metrics.git", .upToNextMajor(from: "2.7.1")),
25+
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.86.2")),
26+
.package(url: "https://github.com/jpsim/Yams.git", .upToNextMajor(from: "5.4.0")),
2827
.package(url: "https://github.com/swiftkube/model.git", .upToNextMinor(from: "0.19.0")),
28+
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMajor(from: "1.29.1")),
2929
],
3030
targets: [
3131
.target(

0 commit comments

Comments
 (0)