Skip to content

Commit f6d076a

Browse files
committed
Update NIOHTTP2 dependency
1 parent ea5a2da commit f6d076a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ let package = Package(
5353
.package(url: "https://github.com/apple/swift-nio.git", from: "2.92.2"),
5454
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.36.0"),
5555
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.30.0"),
56-
// TODO: Update dependency once PR is merged.
57-
.package(url: "https://github.com/aryan-25/swift-nio-http2.git", branch: "server-connection-manager"),
56+
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.40.0"),
5857
.package(url: "https://github.com/apple/swift-configuration.git", from: "1.0.0"),
5958
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.9.1"),
6059
],

0 commit comments

Comments
 (0)