From ce62ebe8c1ae2843986a70cddef961c045c9e3b4 Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 18 Jul 2023 10:41:58 -0700 Subject: [PATCH 1/2] Update dependencies with known CVEs to the latest versions --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 0eeca9b2f6..485a88cbec 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,7 @@ let package = Package( ], dependencies: [ // HTTP client library built on SwiftNIO - .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.10.0"), + .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.18.0"), // Sugary extensions for the SwiftNIO library .package(url: "https://github.com/vapor/async-kit.git", from: "1.15.0"), @@ -33,7 +33,7 @@ let package = Package( .package(url: "https://github.com/swift-server/swift-backtrace.git", from: "1.1.1"), // Event-driven network application framework for high performance protocol servers & clients, non-blocking. - .package(url: "https://github.com/apple/swift-nio.git", from: "2.44.0"), + .package(url: "https://github.com/apple/swift-nio.git", from: "2.56.0"), // Bindings to OpenSSL-compatible libraries for TLS support in SwiftNIO .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.8.0"), From 4d2123ec483b3a73028a261502203e9ed816c6a2 Mon Sep 17 00:00:00 2001 From: Tim <0xtimc@gmail.com> Date: Tue, 18 Jul 2023 10:43:58 -0700 Subject: [PATCH 2/2] Update SwiftNIO Extras --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 485a88cbec..a9c1c04f6b 100644 --- a/Package.swift +++ b/Package.swift @@ -42,7 +42,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.20.0"), // Useful code around SwiftNIO. - .package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.0.0"), + .package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.19.0"), // Swift logging API .package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),