From 8544b2e945bf95985c41b2a3dcd990040d5ed1f0 Mon Sep 17 00:00:00 2001 From: Yim Lee Date: Mon, 15 May 2023 22:26:57 -0700 Subject: [PATCH] Bump swift-system to 1.2.1 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 778425ec914..8c532f3b546 100644 --- a/Package.swift +++ b/Package.swift @@ -724,7 +724,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { .package(url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.2.2")), .package(url: "https://github.com/apple/swift-driver.git", branch: relatedDependenciesBranch), .package(url: "https://github.com/apple/swift-crypto.git", .upToNextMinor(from: "2.5.0")), - .package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.1.1")), + .package(url: "https://github.com/apple/swift-system.git", .upToNextMinor(from: "1.2.1")), .package(url: "https://github.com/apple/swift-collections.git", .upToNextMinor(from: "1.0.1")), .package(url: "https://github.com/apple/swift-certificates.git", .upToNextMinor(from: "0.6.0")), ]