diff --git a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5360c9a..6218fac 100644 --- a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -266,8 +266,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "0fc0255e780bf742abeef29dec80924f5f0ae7b9", - "version" : "1.4.1" + "revision" : "a24a0f1037b5c65885876be89f598b6f1e70f21c", + "version" : "1.5.0" } }, { diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..3270f83 100644 --- a/SSLCertificateCheckPackage/Package.swift +++ b/SSLCertificateCheckPackage/Package.swift @@ -170,7 +170,7 @@ let package = Package( .package(url: "https://github.com/realm/SwiftLint.git", .upToNextMajor(from: "0.54.0")), .package(url: "https://github.com/apple/swift-certificates.git", .upToNextMajor(from: "1.5.0")), .package(url: "https://github.com/pointfreeco/swift-composable-architecture.git", .upToNextMajor(from: "1.15.0")), - .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.1")), + .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.5.0")), ], targets: [ // Application