From 5f61c1a705e68a28688f216d98e701e1dad4e639 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 18:52:40 +0000 Subject: [PATCH] Update dependency soto-project/soto to from: "7.15.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 0816f53..5db0bc4 100644 --- a/Package.swift +++ b/Package.swift @@ -28,7 +28,7 @@ let package = Package( // https://github.com/swiftlang/swift-package-manager/issues/9163 .package(url: "https://github.com/swiftlang/swift-subprocess.git", from: "0.2.0", traits: ["SubprocessFoundation"]), - .package(url: "https://github.com/soto-project/soto.git", from: "7.14.0"), + .package(url: "https://github.com/soto-project/soto.git", from: "7.15.0"), .package(url: "https://github.com/adam-fowler/swift-srp", from: "2.3.0"), .package(url: "https://github.com/tuist/Noora", .upToNextMajor(from: "0.56.0")),