From 32c8381dd463f0e383c15960692b9c905394f4b0 Mon Sep 17 00:00:00 2001 From: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:34:00 -0500 Subject: [PATCH] Updated AWS SDK to latest version. --- Package.resolved | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index d097f8e..20c6ee1 100644 --- a/Package.resolved +++ b/Package.resolved @@ -14,8 +14,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/awslabs/aws-sdk-swift", "state" : { - "revision" : "a41d3b3e01b9803a4a2e0c2273c2de4b3fd787a4", - "version" : "0.77.1" + "revision" : "0991c7f92bcb2507b4ce57e38662cbb9520b1699", + "version" : "1.0.16" } }, { @@ -32,8 +32,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/smithy-lang/smithy-swift", "state" : { - "revision" : "0ed3440f8c41e27a0937364d5035d2d4fefb8aa3", - "version" : "0.71.0" + "revision" : "ca8d43b46141cbca204185550f821fac1a29f386", + "version" : "0.77.0" } }, { diff --git a/Package.swift b/Package.swift index ab1c90e..c96b0f3 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/evgenyneu/keychain-swift.git", from: "20.0.0"), - .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "0.76.1") + .package(url: "https://github.com/awslabs/aws-sdk-swift", from: "1.0.0") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.