Skip to content

Commit f7681db

Browse files
committed
Raise NIOSSL dependency
1 parent 0bb4f4c commit f7681db

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
@@ -27,7 +27,7 @@ let package = Package(
2727
.package(url: "https://github.com/apple/swift-certificates.git", from: "1.16.0"),
2828
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
2929
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
30-
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.0.0"),
30+
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.36.0"),
3131
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.30.0"),
3232
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.0.0"),
3333
],

0 commit comments

Comments
 (0)