From c4e50fe490fcb9630bcf3d1c22b805077c01ae06 Mon Sep 17 00:00:00 2001 From: Boris Buegling Date: Thu, 2 Mar 2023 14:54:09 -0800 Subject: [PATCH] Add swift-asn1 and swift-certificates to `update-checkout` Also update swift-crypto to 2.3.0 These are needed for SwiftPM registry work. We're using the `main` branch for now but will switch to concrete versions closer to the release. --- .../update_checkout/update-checkout-config.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/utils/update_checkout/update-checkout-config.json b/utils/update_checkout/update-checkout-config.json index 1b591c9e3da87..a7ca61df5a0d3 100644 --- a/utils/update_checkout/update-checkout-config.json +++ b/utils/update_checkout/update-checkout-config.json @@ -16,6 +16,10 @@ "remote": { "id": "apple/swift-collections" } }, "swift-crypto": { "remote": { "id": "apple/swift-crypto" } }, + "swift-certificates": { + "remote": { "id": "apple/swift-certificates" } }, + "swift-asn1": { + "remote": { "id": "apple/swift-asn1" } }, "swift-driver": { "remote": { "id": "apple/swift-driver" } }, "swift-numerics": { @@ -99,7 +103,9 @@ "swift-argument-parser": "1.2.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", - "swift-crypto": "2.2.3", + "swift-crypto": "2.3.0", + "swift-certificates": "main", + "swift-asn1": "main", "swift-driver": "main", "swift-numerics": "1.0.1", "swift-syntax": "main", @@ -141,7 +147,9 @@ "swift-argument-parser": "1.2.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", - "swift-crypto": "2.2.3", + "swift-crypto": "2.3.0", + "swift-certificates": "main", + "swift-asn1": "main", "swift-driver": "main", "swift-numerics": "1.0.1", "swift-syntax": "main", @@ -426,7 +434,9 @@ "swift-argument-parser": "1.2.2", "swift-atomics": "1.0.2", "swift-collections": "1.0.1", - "swift-crypto": "2.2.3", + "swift-crypto": "2.3.0", + "swift-certificates": "main", + "swift-asn1": "main", "swift-driver": "main", "swift-numerics": "1.0.1", "swift-syntax": "main",