Skip to content

Commit ba86abe

Browse files
committed
Update dependency swift-server/async-http-client to from: "1.23.0"
1 parent 75a92dd commit ba86abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
.package(url: "https://github.com/apple/swift-tools-support-core.git", .upToNextMinor(from: "0.6.1")),
2020
.package(url: "https://github.com/apple/swift-docc-plugin", .upToNextMinor(from: "1.4.3")),
2121
.package(url: "https://github.com/apple/swift-log.git", .upToNextMinor(from: "1.6.1")),
22-
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.22.2")),
22+
.package(url: "https://github.com/swift-server/async-http-client.git", .upToNextMinor(from: "1.23.0")),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package, defining a module or a test suite.

0 commit comments

Comments
 (0)