File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ let package = Package(
25
25
] ,
26
26
dependencies: [
27
27
. package ( url: " https://github.com/unrelentingtech/SwiftCBOR.git " , from: " 0.4.5 " ) ,
28
- . package ( url: " https://github.com/apple/swift-crypto.git " , from : " 2 .0.0" ) ,
28
+ . package ( url: " https://github.com/apple/swift-crypto.git " , " 2.0.0 " ..< " 4 .0.0" ) ,
29
29
. package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
30
- . package ( url: " https://github.com/apple/swift-certificates.git " , from: " 0.3.0 " ) ,
31
30
. package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.1.0 " )
32
31
] ,
33
32
targets: [
@@ -38,7 +37,6 @@ let package = Package(
38
37
. product( name: " Crypto " , package : " swift-crypto " ) ,
39
38
. product( name: " _CryptoExtras " , package : " swift-crypto " ) ,
40
39
. product( name: " Logging " , package : " swift-log " ) ,
41
- . product( name: " X509 " , package : " swift-certificates " )
42
40
]
43
41
) ,
44
42
. testTarget( name: " WebAuthnTests " , dependencies: [
You can’t perform that action at this time.
0 commit comments