From 19e6390b79ad73554a34cb946544cf372bfbdcec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:38:45 +0000 Subject: [PATCH] Update dependency swift-server/async-http-client to from: "1.22.1" --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 13ed594..a4c2613 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.4.2")), .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.22.0")), + .package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.22.1")), ], targets: [ // Targets are the basic building blocks of a package, defining a module or a test suite.