Ver Fonte

update swift-nio-ssl dependency (#1541)

Oliver Epper há 2 anos atrás
pai
commit
ff0b37462c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Package.swift

+ 1 - 1
Package.swift

@@ -67,7 +67,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
 )