Bump CZ to 0.45.0 (#2250)

This commit is contained in:
Raj
2026-09-08 16:46:50 -07:00
committed by GitHub
parent 26bdf462d7
commit 9a8917ca2d
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
{
"originHash" : "59d71ab6424a1eff8594d6cb1c12f78c19b8ff28d2780fae4db3abfe2fb4b13c",
"originHash" : "98abcd5d2cfb4a9f7e49f459bb61c7d3b1c84927d31a12760a5072be5f67a2bc",
"pins" : [
{
"identity" : "async-http-client",
@@ -15,8 +15,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/containerization.git",
"state" : {
"revision" : "2faaf9b4aff48a4745ef3d26c3f1450c1228fdf0",
"version" : "0.43.0"
"revision" : "9eacc197d7c3663eb29cbab6d51244ede6d1cd7d",
"version" : "0.45.0"
}
},
{
+1 -1
View File
@@ -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.13.1"
let scVersion = "0.43.0"
let scVersion = "0.45.0"
let package = Package(
name: "container",