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.