Skip to content

Commit

Permalink
Update due to vulnerability in NIO (#2175)
Browse files Browse the repository at this point in the history
* Patch for security vulnerability in NIO

https://forums.swift.org/t/swiftnio-security-releases-2-13-1-and-1-14-2/33671

* Fixup circle?

* Trigger CI

* Trigger CI
  • Loading branch information
MrLotU committed Feb 10, 2020
1 parent 98e8a0e commit 82ca880
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -20,7 +20,7 @@ let package = Package(
.package(url: "https://github.com/vapor/database-kit.git", from: "1.0.0"),

// 🚀 Non-blocking, event-driven HTTP for Swift built on Swift NIO.
.package(url: "https://github.com/vapor/http.git", from: "3.0.0"),
.package(url: "https://github.com/vapor/http.git", from: "3.2.2"),

// 🏞 Parses and serializes multipart-encoded data with Codable support.
.package(url: "https://github.com/vapor/multipart.git", from: "3.0.0"),
Expand Down

0 comments on commit 82ca880

Please sign in to comment.