diff --git a/Package.resolved b/Package.resolved index fc2c099df..69553a553 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "9b13385f8b27f5eb99386609f20cf12dbaca23a82bea041fd824adbec076cf23", + "originHash" : "55a3b932a894747f76f978bf62b91033b8d145e5959d2f331540a6743d3bed4f", "pins" : [ { "identity" : "async-http-client", @@ -339,8 +339,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-concurrency-extras", "state" : { - "revision" : "6054df64b55186f08b6d0fd87152081b8ad8d613", - "version" : "1.2.0" + "revision" : "163409ef7dae9d960b87f34b51587b6609a76c1f", + "version" : "1.3.0" } }, { diff --git a/Package.swift b/Package.swift index 2212f5951..397d0a3b0 100644 --- a/Package.swift +++ b/Package.swift @@ -39,7 +39,9 @@ let package = Package( .package(url: "https://github.com/swiftlang/swift-package-manager.git", branch: "release/5.10"), .package(url: "https://github.com/dankinsoid/VaporToOpenAPI.git", from: "4.4.4"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"), - .package(url: "https://github.com/pointfreeco/swift-dependencies", from: "1.0.0"), + // Pinned because 1.5.0 fails to build on Linux/Swift 6 + // https://github.com/pointfreeco/swift-dependencies/issues/302 + .package(url: "https://github.com/pointfreeco/swift-dependencies", exact: "1.4.1"), .package(url: "https://github.com/pointfreeco/swift-parsing.git", from: "0.12.0"), .package(url: "https://github.com/pointfreeco/swift-snapshot-testing.git", from: "1.11.1"), .package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.3.2"),