We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3484481 commit 9a314a1Copy full SHA for 9a314a1
Package.swift
@@ -16,8 +16,8 @@ let package = Package(
16
)
17
],
18
dependencies: [
19
- .package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6"),
20
- .package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9")
+ .package(url: "https://github.com/robbiehanson/CocoaAsyncSocket.git", from: "7.6.5"),
+ .package(url: "https://github.com/Building42/HTTPParserC.git", from: "2.9.4")
21
22
targets: [
23
.target(
0 commit comments