From 143095876eade87a885e2e63ed3ddc4d32879fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 03:25:42 +0000 Subject: [PATCH] Bump github.com/apple/swift-argument-parser from 1.1.4 to 1.3.0 Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.1.4 to 1.3.0. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](https://github.com/apple/swift-argument-parser/compare/1.1.4...1.3.0) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.resolved | 4 ++-- Package.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.resolved b/Package.resolved index 01d83c2..76635af 100644 --- a/Package.resolved +++ b/Package.resolved @@ -67,8 +67,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser", "state" : { - "revision" : "9f39744e025c7d377987f30b03770805dcb0bcd1", - "version" : "1.1.4" + "revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41", + "version" : "1.3.0" } }, { diff --git a/Package.swift b/Package.swift index 0f6c442..04da390 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .library(name: "AppleAPI", targets: ["AppleAPI"]), ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.1.4")), + .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.3.0")), .package(url: "https://github.com/mxcl/Path.swift.git", .upToNextMinor(from: "0.16.0")), .package(url: "https://github.com/mxcl/Version.git", .upToNextMinor(from: "1.0.3")), .package(url: "https://github.com/mxcl/PromiseKit.git", .upToNextMinor(from: "6.22.1")),