From 7c07fcfe52cdf2b669d18aa8584bf6f5e9b1e800 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:03:06 +0000 Subject: [PATCH] Bump github.com/apple/swift-argument-parser from 1.1.4 to 1.3.1 Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.1.4 to 1.3.1. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](https://github.com/apple/swift-argument-parser/compare/1.1.4...1.3.1) --- 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..2e5a6db 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" : "46989693916f56d1186bd59ac15124caef896560", + "version" : "1.3.1" } }, { diff --git a/Package.swift b/Package.swift index 0f6c442..cee98a3 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.1")), .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")),