From 50ea6729c9aaa35d4c1632c16eb0e3f122e59d55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:47:39 +0000 Subject: [PATCH] Update dependency swift-server/async-http-client to from: "1.22.0" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 2edb06d..5df27a0 100644 --- a/Package.swift +++ b/Package.swift @@ -19,7 +19,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")), .package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.3.0")), .package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")), - .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.21.2")), + .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.22.0")), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.