File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
"kind" : " remoteSourceControl" ,
42
42
"location" : " https://github.com/netreconlab/Parse-Swift.git" ,
43
43
"state" : {
44
- "revision" : " 8e8a84725ed69fe6ec1302f3d9d18018deb0b914 " ,
45
- "version" : " 5.5.1 "
44
+ "revision" : " 0902da8b34cd11d6ba69e04d208d5a8505f0be9d " ,
45
+ "version" : " 5.6.0 "
46
46
}
47
47
},
48
48
{
176
176
"kind" : " remoteSourceControl" ,
177
177
"location" : " https://github.com/vapor/vapor.git" ,
178
178
"state" : {
179
- "revision" : " f4b00a5350238fe896d865d96d64f12fcbbeda95 " ,
180
- "version" : " 4.76.0 "
179
+ "revision" : " b42287f2c3909930be6329922906a6a8092943d2 " ,
180
+ "version" : " 4.76.2 "
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" : " 2166cbe932b29b6419f9cd751e8b27c647e1238e " ,
189
- "version" : " 2.8 .0"
188
+ "revision" : " 17c0afbf24f4e288e183bc34317dc97b5cd084bd " ,
189
+ "version" : " 2.9 .0"
190
190
}
191
191
}
192
192
],
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ let package = Package(
14
14
. library( name: " ParseServerSwift " , targets: [ " ParseServerSwift " ] )
15
15
] ,
16
16
dependencies: [
17
- . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.76.0 " ) ) ,
17
+ . package ( url: " https://github.com/vapor/vapor.git " , . upToNextMajor( from: " 4.76.2 " ) ) ,
18
18
. package ( url: " https://github.com/netreconlab/Parse-Swift.git " ,
19
- . upToNextMajor( from: " 5.5.1 " ) ) ,
19
+ . upToNextMajor( from: " 5.6.0 " ) ) ,
20
20
] ,
21
21
targets: [
22
22
. target(
You can’t perform that action at this time.
0 commit comments