diff --git a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5360c9a..5ccb434 100644 --- a/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SSLCertificateCheck.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -203,8 +203,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-certificates.git", "state" : { - "revision" : "2f797305c1b5b982acaa6005d8a9f970cc4e97ff", - "version" : "1.5.0" + "revision" : "d8799da503be1dd95cb9128478b5c3b22451a4b2", + "version" : "1.6.0" } }, { diff --git a/SSLCertificateCheckPackage/Package.swift b/SSLCertificateCheckPackage/Package.swift index 7852d96..62f9921 100644 --- a/SSLCertificateCheckPackage/Package.swift +++ b/SSLCertificateCheckPackage/Package.swift @@ -168,7 +168,7 @@ let package = Package( .package(url: "https://github.com/vsanthanam/SafariUI.git", .upToNextMajor(from: "4.0.0")), .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/apple/swift-certificates.git", .upToNextMajor(from: "1.6.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")), ],