From 74907d321f3313dc7ad5bf22f6635ffcd81afb19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 08:10:47 +0000 Subject: [PATCH] Update dependency apple/swift-argument-parser to from: "1.5.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 6bc0971b6..7caaf687e 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .executable(name: "tools", targets: ["Tools"]) ], dependencies: [ - .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.4.0")), + .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.5.0")), .package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "e5eaab1558ef664e6cd80493f64259381670fb3a"), // .package(path: "../../../swift-command-line-tools"), .package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.1.3"))