Skip to content

Commit f7245d1

Browse files
authored
chore: bump aws-crt-swift to 0.5.7 (#863)
1 parent 85065b7 commit f7245d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ let package = Package(
364364
.library(name: "AWSXRay", targets: ["AWSXRay"]),
365365
],
366366
dependencies: [
367-
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.5.4"))
367+
.package(url: "https://github.com/awslabs/aws-crt-swift", .exact("0.5.7"))
368368
],
369369
targets: [
370370
// MARK: - Core Targets
@@ -1070,6 +1070,6 @@ case (false, true):
10701070
]
10711071
case (false, false):
10721072
package.dependencies += [
1073-
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.10.2"))
1073+
.package(url: "https://github.com/awslabs/smithy-swift", .exact("0.10.3"))
10741074
]
10751075
}

packageDependencies.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<plist version="1.0">
44
<dict>
55
<key>clientRuntimeVersion</key>
6-
<string>0.10.2</string>
6+
<string>0.10.3</string>
77
<key>awsCRTSwiftVersion</key>
8-
<string>0.5.4</string>
8+
<string>0.5.7</string>
99
<key>clientRuntimeBranch</key>
1010
<string>main</string>
1111
<key>awsCRTSwiftBranch</key>

0 commit comments

Comments
 (0)