We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77933e5 commit 9b5c70dCopy full SHA for 9b5c70d
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"),
13
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"),
14
.package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"),
15
- .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"),
+ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.26.0"),
16
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")
17
],
18
targets: [
0 commit comments