We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e764536 commit b53fd38Copy full SHA for b53fd38
Package.swift
@@ -12,7 +12,7 @@ let package = Package(
12
],
13
dependencies: [
14
.package(url: "https://github.com/apple/swift-nio.git", from: "2.10.1"),
15
- .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.0"),
+ .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"),
16
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.13.0"),
17
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
18
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
0 commit comments