File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 " , . upToNextMajor( from: " 2.21.0 " ) ) ,
104+ . package ( url: " https://github.com/apple/swift-nio-ssl " , . upToNextMajor( from: " 2.29.3 " ) ) ,
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 ] ,
@@ -167,7 +167,7 @@ let package = Package(
167167
168168 . testTarget( name: " CassandraClientTests " , dependencies: [ " CassandraClient " ] ) ,
169169 ] ,
170- cxxLanguageStandard: . cxx14
170+ cxxLanguageStandard: . cxx17
171171)
172172
173173// --- STANDARD CROSS-REPO SETTINGS DO NOT EDIT --- //
You can’t perform that action at this time.
0 commit comments