Skip to content

Commit f758650

Browse files
authored
Update to NIOTS 1.11.4 which fixes retain cycle bug (#541)
1 parent c2805df commit f758650

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
@@ -25,7 +25,7 @@ let package = Package(
2525
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.14.1"),
2626
.package(url: "https://github.com/apple/swift-nio-http2.git", from: "1.19.0"),
2727
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.10.0"),
28-
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.11.0"),
28+
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.11.4"),
2929
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),
3030
],
3131
targets: [

0 commit comments

Comments
 (0)