Skip to content

Commit

Permalink
Update dependencies with known CVEs to the latest versions (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTim committed Jul 18, 2023
1 parent b7c1f9c commit e98077d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand All @@ -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"),
Expand All @@ -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"),
Expand Down

0 comments on commit e98077d

Please sign in to comment.