Skip to content

Commit b5dee87

Browse files
authored
Update Async Kit to latest version. (#329)
Update Async Kit to latest version.
1 parent ac03d7c commit b5dee87

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
@@ -15,7 +15,7 @@ let package = Package(
1515
dependencies: [
1616
.package(url: "https://github.com/vapor/mysql-nio.git", from: "1.7.2"),
1717
.package(url: "https://github.com/vapor/sql-kit.git", from: "3.29.3"),
18-
.package(url: "https://github.com/vapor/async-kit.git", from: "1.19.0"),
18+
.package(url: "https://github.com/vapor/async-kit.git", from: "1.20.0"),
1919
.package(url: "https://github.com/apple/swift-crypto.git", "2.0.0" ..< "4.0.0"),
2020
.package(url: "https://github.com/apple/swift-nio.git", from: "2.65.0"),
2121
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.26.0"),

0 commit comments

Comments
 (0)