Skip to content

Commit 21a76d1

Browse files
committed
update swift-nio-ssl version
1 parent dabaebb commit 21a76d1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(url: "https://github.com/apple/swift-nio.git", from: "2.27.0"),
25-
.package(url: "https://github.com/apple/swift-nio-ssl.git", .branch("main")),
26-
// .package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.12.0"),
25+
.package(url: "https://github.com/apple/swift-nio-ssl.git", from: "2.13.0"),
2726
.package(url: "https://github.com/apple/swift-nio-extras.git", from: "1.3.0"),
2827
.package(url: "https://github.com/apple/swift-nio-transport-services.git", from: "1.5.1"),
2928
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.0"),

0 commit comments

Comments
 (0)