From 0f529acb4a571cc7ab2eafbf1d36169ebc770548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:47:53 +0000 Subject: [PATCH 1/2] Update dependency apple/swift-argument-parser to from: "1.5.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 6f91680..ac1748b 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( .package(url: "https://github.com/kean/Get.git", .upToNextMajor(from: "2.2.0")), .package(url: "https://github.com/vapor/jwt-kit.git", .upToNextMajor(from: "4.13.4")), .package(url: "https://github.com/kateinoigakukun/StubKit.git", .upToNextMajor(from: "0.1.7")), - .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMajor(from: "1.4.0")), + .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMajor(from: "1.5.0")), .package(url: "https://github.com/pointfreeco/swift-tagged.git", .upToNextMajor(from: "0.10.0")), ], targets: [ From 039522e6a889f112fce81465509bb4494fd701e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 20:49:27 +0000 Subject: [PATCH 2/2] Resolve Swift Package [ci skip] --- Package.resolved | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.resolved b/Package.resolved index 3171f04..f468c44 100644 --- a/Package.resolved +++ b/Package.resolved @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser.git", "state" : { - "revision" : "0fbc8848e389af3bb55c182bc19ca9d5dc2f255b", - "version" : "1.4.0" + "revision" : "41982a3656a71c768319979febd796c6fd111d5c", + "version" : "1.5.0" } }, {