We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b1ab7 commit 3835e65Copy full SHA for 3835e65
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
.package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"),
13
.package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"),
14
.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"),
+ .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
16
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.3.0")
17
],
18
targets: [
0 commit comments