Skip to content

Commit 61ae0ba

Browse files
authored
Increase minimum swift-nio-http2 version (#53)
The latest minor release of `swift-nio-http2` (1.35.0) fixes a bug that would sometimes cause a gRPC server to wedge when TLS setup failed. This PR increases the minimum version of `swift-nio-http2` required to make sure this bug isn't present.
1 parent e97f97e commit 61ae0ba

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
@@ -43,7 +43,7 @@ let dependencies: [Package.Dependency] = [
4343
),
4444
.package(
4545
url: "https://github.com/apple/swift-nio-http2.git",
46-
from: "1.34.1"
46+
from: "1.35.0"
4747
),
4848
.package(
4949
url: "https://github.com/apple/swift-nio-transport-services.git",

0 commit comments

Comments
 (0)