From 1b1dcd0fed379b3515a0de0153bf83b5f2b3117a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 01:46:23 +0000 Subject: [PATCH] chore(deps): update dependency apple/swift-algorithms to from: "1.2.1" --- Resources/ProjectTemplate/Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/ProjectTemplate/Package.swift b/Resources/ProjectTemplate/Package.swift index 3a14c8a..33b1fd6 100644 --- a/Resources/ProjectTemplate/Package.swift +++ b/Resources/ProjectTemplate/Package.swift @@ -7,7 +7,7 @@ let package = Package( .macOS(.v10_15) ], dependencies: [ - .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"), + .package(url: "https://github.com/apple/swift-algorithms", from: "1.2.1"), .package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"), .package(url: "https://github.com/apple/swift-collections", from: "1.1.4"), .package(url: "https://github.com/apple/swift-crypto", from: "3.10.2"),