File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 113
113
"kind" : " remoteSourceControl" ,
114
114
"location" : " https://github.com/apple/swift-metrics.git" ,
115
115
"state" : {
116
- "revision" : " e8bced74bc6d747745935e469f45d03f048d6cbd " ,
117
- "version" : " 2.3.4 "
116
+ "revision" : " 34025104068262db0cc998ace178975c5ff4f36b " ,
117
+ "version" : " 2.4.0 "
118
118
}
119
119
},
120
120
{
176
176
"kind" : " remoteSourceControl" ,
177
177
"location" : " https://github.com/vapor/vapor.git" ,
178
178
"state" : {
179
- "revision" : " 8b79ff0bd264a33bd0b7471dcf50dd1be983f992 " ,
180
- "version" : " 4.76.3 "
179
+ "revision" : " 9a340de4995e5a9dade4ff4c51cd2e6ae30c12d6 " ,
180
+ "version" : " 4.77.0 "
181
181
}
182
182
},
183
183
{
184
184
"identity" : " websocket-kit" ,
185
185
"kind" : " remoteSourceControl" ,
186
186
"location" : " https://github.com/vapor/websocket-kit.git" ,
187
187
"state" : {
188
- "revision" : " 2ec14506d5f8199926906dc5a620ac22b147db86 " ,
189
- "version" : " 2.13 .0"
188
+ "revision" : " 53fe0639a98903858d0196b699720decb42aee7b " ,
189
+ "version" : " 2.14 .0"
190
190
}
191
191
}
192
192
],
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let package = Package(
16
16
. library( name: " ParseServerSwift " , targets: [ " ParseServerSwift " ] )
17
17
] ,
18
18
dependencies: [
19
- . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.76.2 " ) ) ,
19
+ . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.77.0 " ) ) ,
20
20
. package ( url: " https://github.com/netreconlab/Parse-Swift.git " ,
21
21
. upToNextMajor( from: " 5.7.0 " ) )
22
22
] ,
You can’t perform that action at this time.
0 commit comments