From e3616ec96d7eeb327ae29c90c7ca2965d6607c08 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Thu, 21 Dec 2023 16:43:07 +0100 Subject: [PATCH] test(spm): Update expected results Signed-off-by: Sebastian Schuberth --- .../projects/synthetic/spm-expected-output-lib.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plugins/package-managers/spm/src/funTest/assets/projects/synthetic/spm-expected-output-lib.yml b/plugins/package-managers/spm/src/funTest/assets/projects/synthetic/spm-expected-output-lib.yml index 783c14f626823..e852f5a0aba1a 100644 --- a/plugins/package-managers/spm/src/funTest/assets/projects/synthetic/spm-expected-output-lib.yml +++ b/plugins/package-managers/spm/src/funTest/assets/projects/synthetic/spm-expected-output-lib.yml @@ -52,8 +52,11 @@ project: dependencies: - id: "SPM:apple:swift-atomics:1.2.0" - id: "SPM:apple:swift-collections:1.0.6" - - id: "SPM:swift-server:async-http-client:1.19.0" + - id: "SPM:swift-server:async-http-client:1.20.0" dependencies: + - id: "SPM:apple:swift-algorithms:1.2.0" + dependencies: + - id: "SPM:apple:swift-numerics:1.0.2" - id: "SPM:apple:swift-atomics:1.2.0" - id: "SPM:apple:swift-log:1.5.3" - id: "SPM:apple:swift-nio:2.62.0" @@ -522,8 +525,8 @@ packages: url: "https://github.com/apple/swift-numerics.git" revision: "1.0.2" path: "" -- id: "SPM:swift-server:async-http-client:1.19.0" - purl: "pkg:swift/swift-server/async-http-client@1.19.0" +- id: "SPM:swift-server:async-http-client:1.20.0" + purl: "pkg:swift/swift-server/async-http-client@1.20.0" authors: - "swift-server" declared_licenses: [] @@ -543,12 +546,12 @@ packages: vcs: type: "Git" url: "https://github.com/swift-server/async-http-client.git" - revision: "1.19.0" + revision: "1.20.0" path: "" vcs_processed: type: "Git" url: "https://github.com/swift-server/async-http-client.git" - revision: "1.19.0" + revision: "1.20.0" path: "" - id: "SPM:swift-server:swift-backtrace:1.3.4" purl: "pkg:swift/swift-server/swift-backtrace@1.3.4"