From 8f1aa888e07fd7e39b51e186c520602f03f6b9c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 19:30:24 +0000 Subject: [PATCH] Update dependency apple/swift-argument-parser to from: "1.3.1" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 9838bbf..4653966 100644 --- a/Package.swift +++ b/Package.swift @@ -26,7 +26,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.3"), + .package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.1"), .package(url: "https://github.com/behrang/YamlSwift.git", from: "3.4.4"), .package(url: "https://github.com/jpsim/SourceKitten.git", from: "0.34.1"), .package(url: "https://github.com/kylef/PathKit.git", from: "1.0.1"),