@@ -23,17 +23,14 @@ let package = Package(
2323 . library( name: " ReadiumAdapterLCPSQLite " , targets: [ " ReadiumAdapterLCPSQLite " ] ) ,
2424 ] ,
2525 dependencies: [
26- . package ( url: " https://github.com/cezheng/Fuzi.git " , from: " 3.1.3 " ) ,
27- // From 1.6.0, the build fails in GitHub actions with Carthage
28- . package ( url: " https://github.com/krzyzanowskim/CryptoSwift.git " , " 1.5.1 " ..< " 1.6.0 " ) ,
29- . package ( url: " https://github.com/marmelroy/Zip.git " , from: " 2.1.2 " ) ,
26+ . package ( url: " https://github.com/cezheng/Fuzi.git " , from: " 3.1.0 " ) ,
27+ . package ( url: " https://github.com/krzyzanowskim/CryptoSwift.git " , from: " 1.8.0 " ) ,
28+ . package ( url: " https://github.com/marmelroy/Zip.git " , from: " 2.1.0 " ) ,
3029 . package ( url: " https://github.com/ra1028/DifferenceKit.git " , from: " 1.3.0 " ) ,
3130 . package ( url: " https://github.com/readium/GCDWebServer.git " , from: " 4.0.0 " ) ,
32- // From 2.6.0, Xcode 14 is required
33- . package ( url: " https://github.com/scinfu/SwiftSoup.git " , " 2.5.3 " ..< " 2.6.0 " ) ,
34- . package ( url: " https://github.com/stephencelis/SQLite.swift.git " , from: " 0.15.3 " ) ,
35- // 0.9.12 requires iOS 12+
36- . package ( url: " https://github.com/weichsel/ZIPFoundation.git " , " 0.9.0 " ..< " 0.9.12 " ) ,
31+ . package ( url: " https://github.com/scinfu/SwiftSoup.git " , from: " 2.7.0 " ) ,
32+ . package ( url: " https://github.com/stephencelis/SQLite.swift.git " , from: " 0.15.0 " ) ,
33+ . package ( url: " https://github.com/weichsel/ZIPFoundation.git " , from: " 0.9.0 " ) ,
3734 ] ,
3835 targets: [
3936 . target(
0 commit comments