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"),