Skip to content

Commit ee0af2c

Browse files
authored
Update swift-nio-ssl to 2.33.0 (#61)
### Motivation: Since we're locking to exact versions on swift-nio-ssl, we must update every time they release. ### Modifications: Bump the dependency. ### Result: Avoid blocking adopters from moving to newer versions of swift-nio-ssl.
1 parent 2481c94 commit ee0af2c

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
@@ -101,7 +101,7 @@ let package = Package(
101101
],
102102
dependencies: [
103103
.package(url: "https://github.com/apple/swift-nio", .upToNextMajor(from: "2.41.1")),
104-
.package(url: "https://github.com/apple/swift-nio-ssl", exact: "2.32.0"),
104+
.package(url: "https://github.com/apple/swift-nio-ssl", exact: "2.33.0"),
105105
.package(url: "https://github.com/apple/swift-atomics", from: "1.0.2"),
106106
.package(url: "https://github.com/apple/swift-log", .upToNextMajor(from: "1.0.0")),
107107
],

0 commit comments

Comments
 (0)