Browse Source

Update NIOSSL dependency for 5.5 manifest (#1543)

George Barnett 3 years ago
parent
commit
ff24d24aa3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Package@swift-5.5.swift

+ 1 - 1
Package@swift-5.5.swift

@@ -62,7 +62,7 @@ let packageDependencies: [Package.Dependency] = [
 ].appending(
   .package(
     url: "https://github.com/apple/swift-nio-ssl.git",
-    from: "2.14.0"
+    from: "2.23.0"
   ),
   if: includeNIOSSL
 )