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(
2525    ] , 
2626    dependencies:  [ 
2727        . 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" ) , 
2929        . 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 " ) , 
3130        . package ( url:  " https://github.com/apple/swift-docc-plugin " ,  from:  " 1.1.0 " ) 
3231    ] , 
3332    targets:  [ 
@@ -38,7 +37,6 @@ let package = Package(
3837                . product( name:  " Crypto " ,  package :  " swift-crypto " ) , 
3938                . product( name:  " _CryptoExtras " ,  package :  " swift-crypto " ) , 
4039                . product( name:  " Logging " ,  package :  " swift-log " ) , 
41-                 . product( name:  " X509 " ,  package :  " swift-certificates " ) 
4240            ] 
4341        ) , 
4442        . testTarget( name:  " WebAuthnTests " ,  dependencies:  [ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments