Skip to content

Commit 3835e65

Browse files
chore(deps): update dependency swift-server/async-http-client to from: "1.20.1"
1 parent d3b1ab7 commit 3835e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
1313
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
1414
.package(url: "https://github.com/soto-project/soto.git", from: "6.8.0"),
15-
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.0"),
15+
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
1616
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0")
1717
],
1818
targets: [

0 commit comments

Comments
 (0)