Skip to content

Commit b53fd38

Browse files
authored
Update Package.swift (#113)
1 parent e764536 commit b53fd38

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
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.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"),
15+
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.0"),
1616
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.13.0"),
1717
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1818
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),

0 commit comments

Comments
 (0)