diff --git a/Package.resolved b/Package.resolved index 3caa2fe..0ca85c1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,7 +3,7 @@ { "identity" : "data", "kind" : "remoteSourceControl", - "location" : "https://github.com/xcodereleases/data.git", + "location" : "https://github.com/xcodereleases/data", "state" : { "revision" : "fcf527b187817f67c05223676341f3ab69d4214d" } @@ -22,8 +22,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/kishikawakatsumi/KeychainAccess.git", "state" : { - "revision" : "8d33ffd6f74b3bcfc99af759d4204c6395a3f918", - "version" : "3.2.1" + "revision" : "84e546727d66f1adc5439debad16270d0fdd04e7", + "version" : "4.2.2" } }, { diff --git a/Package.swift b/Package.swift index 5e76b81..4e314b4 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/PromiseKit/Foundation.git", .upToNextMinor(from: "3.4.0")), .package(url: "https://github.com/scinfu/SwiftSoup.git", .upToNextMinor(from: "2.0.0")), .package(url: "https://github.com/mxcl/LegibleError.git", .upToNextMinor(from: "1.0.1")), - .package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "3.2.0")), + .package(url: "https://github.com/kishikawakatsumi/KeychainAccess.git", .upToNextMinor(from: "4.2.2")), .package(url: "https://github.com/xcodereleases/data", revision: "fcf527b187817f67c05223676341f3ab69d4214d"), .package(url: "https://github.com/onevcat/Rainbow.git", .upToNextMinor(from: "3.2.0")), .package(url: "https://github.com/jpsim/Yams", .upToNextMinor(from: "5.0.1")),