From 931316d0a9ad779bbece0221e95a9529c9e7fef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 04:11:29 +0000 Subject: [PATCH] Bump github.com/apple/swift-system from 1.1.1 to 1.2.1 Bumps [github.com/apple/swift-system](https://github.com/apple/swift-system) from 1.1.1 to 1.2.1. - [Release notes](https://github.com/apple/swift-system/releases) - [Commits](https://github.com/apple/swift-system/compare/1.1.1...1.2.1) --- updated-dependencies: - dependency-name: github.com/apple/swift-system dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 5fdd082c..894f71a6 100644 --- a/Package.swift +++ b/Package.swift @@ -134,7 +134,7 @@ let package = Package( if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil { package.dependencies += [ .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2"), - .package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.1.1")), + .package(url: "https://github.com/apple/swift-system", .upToNextMinor(from: "1.2.1")), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0"), .package(url: "https://github.com/apple/swift-format.git", from: "508.0.1"), ]