From e448151f7ee2a1d16019692a69742fa0ce139f81 Mon Sep 17 00:00:00 2001 From: J Logan Date: Tue, 23 Sep 2025 13:15:35 -0700 Subject: [PATCH] Bumps containerization to 0.8.1. (#674) ## Type of Change - [ ] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context Avoid build errors due to NIOFilesystem import issues in containerization. ## Testing - [ ] Tested locally - [ ] Added/updated tests - [ ] Added/updated docs --- Package.resolved | 10 +++++----- Package.swift | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.resolved b/Package.resolved index a8243949..2100fc6e 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "a04bb1d08ef1fca925fcfe3250303675ad17c962fecc35b23972ebb8598bb63f", + "originHash" : "d852788a1449a5b3bdf211eea6fb59f173f6c8b3398bae619b5dc9c591d1620f", "pins" : [ { "identity" : "async-http-client", @@ -15,14 +15,14 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/containerization.git", "state" : { - "revision" : "51ef9f81fef574bbd815d4f5560157297b0a4067", - "version" : "0.8.0" + "revision" : "511dd59e19a1b71127337639f5db7d7cc952b88c", + "version" : "0.8.1" } }, { "identity" : "dns", "kind" : "remoteSourceControl", - "location" : "https://github.com/Bouke/DNS", + "location" : "https://github.com/Bouke/DNS.git", "state" : { "revision" : "78bbd1589890a90b202d11d5f9e1297050cf0eb2", "version" : "1.2.0" @@ -31,7 +31,7 @@ { "identity" : "dnsclient", "kind" : "remoteSourceControl", - "location" : "https://github.com/orlandos-nl/DNSClient", + "location" : "https://github.com/orlandos-nl/DNSClient.git", "state" : { "revision" : "551fbddbf4fa728d4cd86f6a5208fe4f925f0549", "version" : "2.4.4" diff --git a/Package.swift b/Package.swift index 4f866a95..ffbf8995 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ import PackageDescription let releaseVersion = ProcessInfo.processInfo.environment["RELEASE_VERSION"] ?? "0.0.0" let gitCommit = ProcessInfo.processInfo.environment["GIT_COMMIT"] ?? "unspecified" let builderShimVersion = "0.6.1" -let scVersion = "0.8.0" +let scVersion = "0.8.1" let package = Package( name: "container",