From 105e5fcf61c47a579038097645e63ff90949ece5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:52:28 +0000 Subject: [PATCH] chore(deps): update dependency soto-project/soto to from: "7.12.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d17c4af..8734c94 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( dependencies: [ .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"), .package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"), - .package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"), + .package(url: "https://github.com/soto-project/soto.git", from: "7.12.0"), .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0") ],