From 2b3657e9f983fd51f5fc02cc7f856683cddcbf22 Mon Sep 17 00:00:00 2001 From: kishikawakatsumi <40610+kishikawakatsumi@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:41:03 +0000 Subject: [PATCH] Update Swift Packages --- Package.resolved | 20 ++++++++++---------- Resources/Package.swift.json | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Package.resolved b/Package.resolved index e970dbf9..56c76821 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/swift-server/async-http-client.git", "state": { "branch": null, - "revision": "60fa3dcfc52d09ed0411e9c4bc99928bf63656bd", - "version": "1.24.2" + "revision": "b645ad40822b5c59ac92b758c5c17af054b5b01f", + "version": "1.25.1" } }, { @@ -69,8 +69,8 @@ "repositoryURL": "https://github.com/apple/swift-algorithms.git", "state": { "branch": null, - "revision": "f6919dfc309e7f1b56224378b11e28bab5bccc42", - "version": "1.2.0" + "revision": "87e50f483c54e6efd60e885f7f5aa946cee68023", + "version": "1.2.1" } }, { @@ -105,8 +105,8 @@ "repositoryURL": "https://github.com/apple/swift-crypto.git", "state": { "branch": null, - "revision": "f2f3774fd116a305136b6866e5e7cb7dff39d8f2", - "version": "3.10.1" + "revision": "b828ba476ab068f0b00d6b41f92f364961b0f323", + "version": "3.10.2" } }, { @@ -150,8 +150,8 @@ "repositoryURL": "https://github.com/apple/swift-nio.git", "state": { "branch": null, - "revision": "dff45738d84a53dbc8ee899c306b3a7227f54f89", - "version": "2.80.0" + "revision": "c51907a839e63ebf0ba2076bba73dd96436bd1b9", + "version": "2.81.0" } }, { @@ -222,8 +222,8 @@ "repositoryURL": "https://github.com/vapor/vapor.git", "state": { "branch": null, - "revision": "91d6f94fd9f0e8ca659de2ac3465b7aeaf8ecbdc", - "version": "4.112.1" + "revision": "a425e32f9b9d19c0ecab952cb4484c1c15e2536f", + "version": "4.113.2" } }, { diff --git a/Resources/Package.swift.json b/Resources/Package.swift.json index 46bae9ee..d42384a1 100644 --- a/Resources/Package.swift.json +++ b/Resources/Package.swift.json @@ -17,7 +17,7 @@ "requirement" : { "range" : [ { - "lowerBound" : "1.2.0", + "lowerBound" : "1.2.1", "upperBound" : "2.0.0" } ] @@ -86,7 +86,7 @@ "requirement" : { "range" : [ { - "lowerBound" : "3.10.1", + "lowerBound" : "3.10.2", "upperBound" : "4.0.0" } ] @@ -144,7 +144,7 @@ "name" : "App", "packageKind" : { "root" : [ - "/private/var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/tmp.ASLkbbJeJi" + "/private/var/folders/2s/h6hvv9ps03xgz_krkkstvq_r0000gn/T/tmp.CyyoeMnOOs" ] }, "pkgConfig" : null,