|
|
@@ -30,11 +30,11 @@ let package = Package(
|
|
|
dependencies: [
|
|
|
// GRPC dependencies:
|
|
|
// Main SwiftNIO package
|
|
|
- .package(url: "https://github.com/apple/swift-nio.git", from: "2.11.0"),
|
|
|
+ .package(url: "https://github.com/apple/swift-nio.git", from: "2.13.0"),
|
|
|
// HTTP2 via SwiftNIO
|
|
|
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.8.0"),
|
|
|
// TLS via SwiftNIO
|
|
|
- .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.4.1"),
|
|
|
+ .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.6.0"),
|
|
|
// Support for Network.framework where possible.
|
|
|
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.3.0"),
|
|
|
|