Explorar el Código

update swift-nio-ssl dependency (#1541)

Oliver Epper hace 2 años
padre
commit
ff0b37462c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 )