diff --git a/Package.resolved b/Package.resolved index 50bec66..d99bfc1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "7e4848449d842cb4c51e022f60ce7756a12e85152c9177100d630fffab4ac0d1", + "originHash" : "5bb2f6f9478f76a0bb491ddcbafd25575945b7998aa286ecd68ddb06bb2b88b2", "pins" : [ { "identity" : "async-http-client", "kind" : "remoteSourceControl", "location" : "https://github.com/swift-server/async-http-client.git", "state" : { - "revision" : "8430dd49d4e2b417f472141805c9691ec2923cb8", - "version" : "1.29.0" + "revision" : "5dd84c7bb48b348751d7bbe7ba94a17bafdcef37", + "version" : "1.30.2" } }, { @@ -58,7 +58,7 @@ { "identity" : "jmespath.swift", "kind" : "remoteSourceControl", - "location" : "https://github.com/adam-fowler/jmespath.swift.git", + "location" : "https://github.com/jmespath/jmespath.swift.git", "state" : { "revision" : "3877a5060e85ae33e3b9fe51ab581784f65ec80e", "version" : "1.0.3" @@ -168,8 +168,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/soto-project/soto.git", "state" : { - "revision" : "c28c3efa72e6beceae6f38f8c8fe18e7c57e3418", - "version" : "6.8.0" + "revision" : "e67559846e8f746bcab2ad889e0a749bb29d44d5", + "version" : "7.12.0" } }, { @@ -177,8 +177,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/soto-project/soto-core.git", "state" : { - "revision" : "3ed66ec536bc372360d7e3ec39a5e8b1870747ea", - "version" : "6.5.2" + "revision" : "b4371f0475e71453597307a7e0de0f502eb49d39", + "version" : "7.10.0" } }, { @@ -294,8 +294,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-log.git", "state" : { - "revision" : "ce592ae52f982c847a4efc0dd881cc9eb32d29f2", - "version" : "1.6.4" + "revision" : "bc386b95f2a16ccd0150a8235e7c69eab2b866ca", + "version" : "1.8.0" } }, { @@ -402,8 +402,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/vapor/vapor.git", "state" : { - "revision" : "c84ffd383814bf510240f269596a271221fc8964", - "version" : "4.119.0" + "revision" : "f7090db27390ebc4cadbff06d76fe8ce79d6ece6", + "version" : "4.120.0" } }, { diff --git a/Package.swift b/Package.swift index 94579d7..e30d220 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/aus-der-Technik/JXKit.git", branch: "main"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.9.0")), .package(url: "https://github.com/jpsim/Yams.git", from: "5.0.1"), - .package(url: "https://github.com/soto-project/soto.git", from: "6.0.0"), + .package(url: "https://github.com/soto-project/soto.git", from: "7.12.0"), .package(url: "https://github.com/swiftkube/client.git", from: "0.15.0"), .package(url: "https://github.com/aus-der-Technik/FileMonitor.git", from: "1.2.1"), .package(url: "https://github.com/DimaRU/PackageBuildInfo", from: "1.0.4"),