Update dependency apple/swift-argument-parser to from: "1.3.1"

This commit is contained in:
renovate[bot] 2024-05-17 11:30:25 +00:00 committed by Stefan Ceriu
parent 3a5b22c1b8
commit e278fdf89b

View File

@ -12,7 +12,7 @@ let package = Package(
.executable(name: "tools", targets: ["Tools"]) .executable(name: "tools", targets: ["Tools"])
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.2.0")), .package(url: "https://github.com/apple/swift-argument-parser", .upToNextMinor(from: "1.3.1")),
.package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "a6ad90808f4f6cac615ab8496c6ff1bc5f9fa192"), .package(url: "https://github.com/element-hq/swift-command-line-tools.git", revision: "a6ad90808f4f6cac615ab8496c6ff1bc5f9fa192"),
// .package(path: "../../../swift-command-line-tools"), // .package(path: "../../../swift-command-line-tools"),
.package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.0")) .package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.0"))