From e438073a2e5c1db78c5f9dc83f12623b1ac014eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:19:18 +0000 Subject: [PATCH] chore(deps): update dependency swift-server/async-http-client to from: "1.15.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index c67cc42..96e112e 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", branch: "1.0.0-alpha.1"), .package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", branch: "main"), .package(url: "https://github.com/soto-project/soto.git", from: "6.5.0"), - .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.13.2"), + .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.15.0"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.2.2") ], targets: [