diff --git a/Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f8a238cf6..a0c757ec0 100644 --- a/Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/Cryptomator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -221,8 +221,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/leif-ibsen/SwiftECC", "state" : { - "revision" : "05733024083e9ef1a57f436dc59fe00bdf42d2a2", - "version" : "5.4.0" + "revision" : "0efa7eed9eeedb93e6d42bc4a18a40ef5c1ef2d0", + "version" : "5.3.0" } }, { diff --git a/CryptomatorCommon/Package.swift b/CryptomatorCommon/Package.swift index a3758f5a2..26987fb3d 100644 --- a/CryptomatorCommon/Package.swift +++ b/CryptomatorCommon/Package.swift @@ -30,7 +30,7 @@ let package = Package( .package(url: "https://github.com/CocoaLumberjack/CocoaLumberjack.git", .upToNextMinor(from: "3.8.0")), .package(url: "https://github.com/PhilLibs/simple-swift-dependencies", .upToNextMajor(from: "0.1.0")), .package(url: "https://github.com/siteline/SwiftUI-Introspect.git", .upToNextMajor(from: "0.3.0")), - .package(url: "https://github.com/leif-ibsen/SwiftECC", from: "5.0.0") + .package(url: "https://github.com/leif-ibsen/SwiftECC", .upToNextMinor(from: "5.3.0")) ], targets: [ .target(