From 4adac83869a22d64986dd068a6b13eac4260a0ca Mon Sep 17 00:00:00 2001 From: subdiox Date: Thu, 26 Dec 2024 01:35:35 +0900 Subject: [PATCH] chore: Update aws-sdk-swift to 1.0.66 --- Package.resolved | 12 ++++++------ Package.swift | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.resolved b/Package.resolved index 777abd9a37..ca28d78374 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-crt-swift", "state" : { - "revision" : "3f844bef042cc0a4c3381f7090414ce3f9a7e935", - "version" : "0.37.0" + "revision" : "dd17a98750b6182edacd6e8f0c30aa289c472b22", + "version" : "0.40.0" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-sdk-swift", "state" : { - "revision" : "c6c1064da9bfccb119a7a8ab9ba636fb3bbfa6f5", - "version" : "1.0.47" + "revision" : "f08b0584f3935b01fccf9cfc5daa739992bf1ff8", + "version" : "1.0.66" } }, { @@ -50,8 +50,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/smithy-lang/smithy-swift", "state" : { - "revision" : "3cd9f181b3ba8ff71da43bf53c09f8de6790a4ad", - "version" : "0.96.0" + "revision" : "d51fb5d2fbae16a3bcd4b731dc623cbfe8300d15", + "version" : "0.105.0" } }, { diff --git a/Package.swift b/Package.swift index 05ba6e751b..f4ba673ad0 100644 --- a/Package.swift +++ b/Package.swift @@ -9,7 +9,7 @@ let platforms: [SupportedPlatform] = [ .watchOS(.v9) ] let dependencies: [Package.Dependency] = [ - .package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.0.47"), + .package(url: "https://github.com/awslabs/aws-sdk-swift", exact: "1.0.66"), .package(url: "https://github.com/stephencelis/SQLite.swift.git", exact: "0.15.3"), .package(url: "https://github.com/mattgallagher/CwlPreconditionTesting.git", from: "2.1.0"), .package(url: "https://github.com/aws-amplify/amplify-swift-utils-notifications.git", from: "1.1.0")