diff --git a/Package.resolved b/Package.resolved index ecbf84266..b658c1f30 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "16ebeb0a4350a578890a5c53be7639dd7fd32aff229d87beedac7c30227e3bce", + "originHash" : "acb6120548b4eef88c9807686421a46b5e4ef21abef71e7a0ff2363e267033fd", "pins" : [ { "identity" : "async-http-client", @@ -366,8 +366,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "96eecd47660e8307877acb8c41cc5295ba7350a7", + "version" : "1.5.2" } }, { diff --git a/Package.swift b/Package.swift index 397d0a3b0..058999e15 100644 --- a/Package.swift +++ b/Package.swift @@ -39,9 +39,7 @@ 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"), - // 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-dependencies", from: "1.5.2"), .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"),