From 841ba2c63c9335d99e9dbf58e92bcc07244836c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 14:02:18 +0000 Subject: [PATCH] :arrow_up: Bump github.com/apple/swift-argument-parser Bumps [github.com/apple/swift-argument-parser](https://github.com/apple/swift-argument-parser) from 1.5.1 to 1.6.1. - [Release notes](https://github.com/apple/swift-argument-parser/releases) - [Commits](https://github.com/apple/swift-argument-parser/compare/1.5.1...1.6.1) --- updated-dependencies: - dependency-name: github.com/apple/swift-argument-parser dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 206be05..629029b 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "2666044c264ddc0cfad34e987c19b3e591fc708fbcea5bf4f24c2bdbc84e359a", + "originHash" : "52ba324c2c2e93caa0358946ff4a641a15d86628ce5a557e76f526b45d34f9c2", "pins" : [ { "identity" : "pathkit", @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-argument-parser", "state" : { - "revision" : "011f0c765fb46d9cac61bca19be0527e99c98c8b", - "version" : "1.5.1" + "revision" : "309a47b2b1d9b5e991f36961c983ecec72275be3", + "version" : "1.6.1" } }, { diff --git a/Package.swift b/Package.swift index 5996c37..b52730d 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let package = Package( .macOS(.v15), ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", exact: "1.5.1"), + .package(url: "https://github.com/apple/swift-argument-parser", exact: "1.6.1"), .package(url: "https://github.com/pointfreeco/swift-parsing", from: "0.14.0"), .package(url: "https://github.com/stencilproject/Stencil.git", from: "0.15.1"), .package(url: "https://github.com/bigMOTOR/swift-lens", from: "1.1.0"),