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.