From f8db0a5f088657f6bc6f3f8c95615301a26300a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 21:41:32 +0000 Subject: [PATCH] Update dependency apple/swift-system to from: "1.7.5" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 0816f53..0057c1b 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-log.git", from: "1.14.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.7.2"), + .package(url: "https://github.com/apple/swift-system", from: "1.7.5"), // disable "SubprocessSpan" until Swift 6.2.1 is resolved // https://github.com/swiftlang/swift/issues/84379