Skip to content

Commit 25103e7

Browse files
committed
update SocketAddress dependency to 0.4.5
1 parent 9d53f4d commit 25103e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ let CommonPackageDependencies: [Package.Dependency] = [
121121
.package(url: "https://github.com/apple/swift-log", from: "1.6.2"),
122122
.package(url: "https://github.com/apple/swift-system", from: "1.2.1"),
123123
.package(url: "https://github.com/apple/swift-atomics", from: "1.2.0"),
124-
.package(url: "https://github.com/PADL/SocketAddress", from: "0.4.0"),
124+
.package(url: "https://github.com/PADL/SocketAddress", from: "0.4.5"),
125125
.package(url: "https://github.com/lhoward/AsyncExtensions", from: "0.9.0"),
126126
.package(url: "https://github.com/Flight-School/AnyCodable", from: "0.6.7"),
127127
.package(url: "https://github.com/1024jp/GzipSwift", from: "6.1.0"),

0 commit comments

Comments
 (0)