We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d53f4d commit 25103e7Copy full SHA for 25103e7
Package.swift
@@ -121,7 +121,7 @@ let CommonPackageDependencies: [Package.Dependency] = [
121
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
122
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
123
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
124
- .package(url: "https://github.com/PADL/SocketAddress", from: "0.4.0"),
+ .package(url: "https://github.com/PADL/SocketAddress", from: "0.4.5"),
125
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
126
.package(url: "https://github.com/Flight-School/AnyCodable", from: "0.6.7"),
127
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.1.0"),
0 commit comments