From da3b7901ec3b2399660907389d936f881607541f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 21:49:50 +0000 Subject: [PATCH] Update dependency apple/swift-argument-parser to from: "1.8.2" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 01a02c4..a0061e8 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/apple/swift-log.git", from: "1.12.1"), - .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.8.0"), + .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.8.2"), .package(url: "https://github.com/apple/swift-crypto", from: "4.5.0"), .package(url: "https://github.com/apple/swift-system", from: "1.6.4"),