diff --git a/Package.resolved b/Package.resolved index 910e64c7f..cee1ede6f 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "9f73808b1d977974d54c889a8db319bbd35a8dbf5c1ad437fe1165986c5ec70b", + "originHash" : "9da00ffb86a07d770b6f8990895af5d3aa353182ec7ee2e47f04396d2c6bdfce", "pins" : [ { "identity" : "async-http-client", @@ -337,10 +337,10 @@ { "identity" : "swift-concurrency-extras", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-concurrency-extras.git", + "location" : "https://github.com/finestructure/swift-concurrency-extras.git", "state" : { - "branch" : "main", - "revision" : "82a4ae7170d98d8538ec77238b7eb8e7199ef2e8" + "branch" : "support-typed-throws", + "revision" : "a30dcd5efff5a8c083f1620e273cec3347e96017" } }, { diff --git a/Package.swift b/Package.swift index 29e7e4168..460c42503 100644 --- a/Package.swift +++ b/Package.swift @@ -38,7 +38,6 @@ let package = Package( .package(url: "https://github.com/SwiftPackageIndex/ShellOut.git", from: "3.1.4"), .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-concurrency-extras.git", branch: "main"), .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "1.0.0"), .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"), @@ -50,6 +49,7 @@ let package = Package( .package(url: "https://github.com/vapor/fluent.git", from: "4.0.0"), .package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.0"), .package(url: "https://github.com/vapor/vapor.git", from: "4.102.0"), + .package(url: "https://github.com/finestructure/swift-concurrency-extras.git", branch: "support-typed-throws"), ], targets: [ .executableTarget(name: "Run", dependencies: ["App"]),