Explorar o código

update swift-nio-ssl dependency (#1541)

Oliver Epper %!s(int64=2) %!d(string=hai) anos
pai
achega
ff0b37462c
Modificáronse 1 ficheiros con 1 adicións e 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
 )