diff --git a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5360c9a..4a32027 100644 --- a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -230,8 +230,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-composable-architecture.git", "state" : { - "revision" : "8013f1a72af8ccb2b1735d7aed831a8dc07c6fd0", - "version" : "1.15.0" + "revision" : "fc5cbeec88114ff987f6c3cad3a7f3a3713fdb56", + "version" : "1.15.1" } }, { @@ -239,8 +239,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-concurrency-extras", "state" : { - "revision" : "bb5059bde9022d69ac516803f4f227d8ac967f71", - "version" : "1.1.0" + "revision" : "6054df64b55186f08b6d0fd87152081b8ad8d613", + "version" : "1.2.0" } }, { @@ -284,8 +284,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-navigation", "state" : { - "revision" : "d1bdbd8a5d1d1dfd2e4bb1f5e2f6facb631404d4", - "version" : "2.2.1" + "revision" : "16a27ab7ae0abfefbbcba73581b3e2380b47a579", + "version" : "2.2.2" } }, { diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..d8957dc 100644 --- a/SSLCertificateCheckPackage/Package.swift +++ b/SSLCertificateCheckPackage/Package.swift @@ -169,7 +169,7 @@ let package = Package( .package(url: "https://github.com/SFSafeSymbols/SFSafeSymbols.git", .upToNextMajor(from: "5.3.0")), .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-composable-architecture.git", .upToNextMajor(from: "1.15.1")), .package(url: "https://github.com/pointfreeco/swift-dependencies.git", .upToNextMajor(from: "1.4.1")), ], targets: [