diff --git a/Package.resolved b/Package.resolved index 35cf56e96..ae8cf3d70 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "0b2db4c57b28a53a06ca50890187dbcb7d0638c3f544b81849d4404b8ac6f698", + "originHash" : "a52dbfe21cd4167e918c719f5f4b2c575da66a332eec5c4af9c8be8a399a29cf", "pins" : [ { "identity" : "async-http-client", @@ -33,8 +33,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", "state" : { - "revision" : "0652109907f980a4020e158f67d154424e3caa30", - "version" : "0.0.8" + "revision" : "f7dc7d49061fef2d347dabc532fb587fad17cc32", + "version" : "1.0.0" } }, { @@ -60,8 +60,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/SwiftPackageIndex/DependencyResolution.git", "state" : { - "revision" : "9e0373749a7577384c058a507716abc59edcbfb6", - "version" : "1.2.0" + "revision" : "700dba4ca633b541e4693cb81049aa9cb4a00352", + "version" : "1.3.0" } }, { @@ -87,8 +87,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/fluent-postgres-driver.git", "state" : { - "revision" : "fd57101e426d3edf66a32ba63a7d0b8ced4d7499", - "version" : "2.10.0" + "revision" : "095bc5a17ab3363167f4becb270b6f8eb790481c", + "version" : "2.10.1" } }, { @@ -249,8 +249,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/SwiftPackageIndex/SPIManifest.git", "state" : { - "revision" : "7726c6e0b7ac997b0869f37fe864209988707bb5", - "version" : "1.7.0" + "revision" : "b4fa843a4f21a80ef8d58eca7daae39892b30a48", + "version" : "1.8.0" } }, { @@ -258,8 +258,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/sql-kit.git", "state" : { - "revision" : "e0b35ff07601465dd9f3af19a1c23083acaae3bd", - "version" : "3.32.0" + "revision" : "baf0d8684a43f16cd11ebcc67300c8ab5cb5d078", + "version" : "3.33.0" } }, { @@ -375,8 +375,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/pointfreeco/swift-dependencies", "state" : { - "revision" : "4e6b6a814675daf2c1973514314283448f95f941", - "version" : "1.9.0" + "revision" : "fee6aa29908a75437506ddcbe7434c460605b7e6", + "version" : "1.9.1" } }, { @@ -393,8 +393,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-http-types", "state" : { - "revision" : "ef18d829e8b92d731ad27bb81583edd2094d1ce3", - "version" : "1.3.1" + "revision" : "a0a57e949a8903563aba4615869310c0ebf14c03", + "version" : "1.4.0" } }, { diff --git a/Package.swift b/Package.swift index 0f675cba2..e7376941b 100644 --- a/Package.swift +++ b/Package.swift @@ -30,7 +30,7 @@ let package = Package( .package(url: "https://github.com/JohnSundell/Ink.git", from: "0.5.1"), .package(url: "https://github.com/swift-server/swift-prometheus.git", from: "1.0.0"), .package(url: "https://github.com/SwiftPackageIndex/Plot.git", branch: "main"), - .package(url: "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", from: "0.0.8"), + .package(url: "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", from: "1.0.0"), .package(url: "https://github.com/SwiftPackageIndex/DependencyResolution.git", from: "1.1.2"), .package(url: "https://github.com/SwiftPackageIndex/SPIManifest.git", from: "1.2.0"), .package(url: "https://github.com/SwiftPackageIndex/SemanticVersion.git", from: "0.3.0"),