diff --git a/utils/build.ps1 b/utils/build.ps1 index 1a44ccb99396e..4b123327e4ee0 100644 --- a/utils/build.ps1 +++ b/utils/build.ps1 @@ -2822,6 +2822,7 @@ function Build-SourceKitLSP($Arch) { TSC_DIR = (Get-HostProjectCMakeModules ToolsSupportCore); LLBuild_DIR = (Get-HostProjectCMakeModules LLBuild); ArgumentParser_DIR = (Get-HostProjectCMakeModules ArgumentParser); + SwiftASN1_DIR = (Get-HostProjectCMakeModules ASN1); SwiftCrypto_DIR = (Get-HostProjectCMakeModules Crypto); SwiftCollections_DIR = (Get-HostProjectCMakeModules Collections); SwiftPM_DIR = (Get-HostProjectCMakeModules PackageManager); diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index bf59eccdedbb0..4aaef3e23ed3c 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -140,9 +140,9 @@ "swift-argument-parser": "1.4.0", "swift-atomics": "1.2.0", "swift-collections": "1.1.3", - "swift-crypto": "3.0.0", + "swift-crypto": "3.11.0", "swift-certificates": "1.0.1", - "swift-asn1": "1.0.0", + "swift-asn1": "1.3.1", "swift-async-algorithms": "1.0.1", "swift-driver": "main", "swift-log": "1.5.4", @@ -194,9 +194,9 @@ "swift-argument-parser": "1.4.0", "swift-atomics": "1.2.0", "swift-collections": "1.1.3", - "swift-crypto": "3.0.0", + "swift-crypto": "3.11.0", "swift-certificates": "1.0.1", - "swift-asn1": "1.0.0", + "swift-asn1": "1.3.1", "swift-async-algorithms": "1.0.1", "swift-driver": "release/6.1", "swift-log": "1.5.4", @@ -348,9 +348,9 @@ "swift-argument-parser": "1.4.0", "swift-atomics": "1.2.0", "swift-collections": "1.1.3", - "swift-crypto": "3.0.0", + "swift-crypto": "3.11.0", "swift-certificates": "1.0.1", - "swift-asn1": "1.0.0", + "swift-asn1": "1.3.1", "swift-async-algorithms": "1.0.1", "swift-driver": "rebranch", "swift-log": "1.5.4", @@ -407,9 +407,9 @@ "swift-async-algorithms": "1.0.1", "swift-atomics": "1.2.0", "swift-collections": "1.1.3", - "swift-crypto": "3.0.0", + "swift-crypto": "3.11.0", "swift-certificates": "1.0.1", - "swift-asn1": "1.0.0", + "swift-asn1": "1.3.1", "swift-driver": "main", "swift-log": "1.5.4", "swift-numerics": "1.0.2",