@@ -170,18 +170,24 @@ name = "byteorder"
170
170
version = " 1.2.3"
171
171
source = " registry+https://github.com/rust-lang/crates.io-index"
172
172
173
+ [[package ]]
174
+ name = " bytesize"
175
+ version = " 1.0.0"
176
+ source = " registry+https://github.com/rust-lang/crates.io-index"
177
+
173
178
[[package ]]
174
179
name = " cargo"
175
- version = " 0.31 .0"
180
+ version = " 0.32 .0"
176
181
dependencies = [
177
182
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
178
183
" bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
184
+ " bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
179
185
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
180
186
" core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
181
- " crates-io 0.19 .0" ,
187
+ " crates-io 0.20 .0" ,
182
188
" crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
183
189
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
184
- " curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
190
+ " curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
185
191
" env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
186
192
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
187
193
" filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -198,7 +204,7 @@ dependencies = [
198
204
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
199
205
" lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
200
206
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
201
- " libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
207
+ " libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
202
208
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
203
209
" miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
204
210
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -452,9 +458,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
452
458
453
459
[[package ]]
454
460
name = " crates-io"
455
- version = " 0.19 .0"
461
+ version = " 0.20 .0"
456
462
dependencies = [
457
- " curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
463
+ " curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
458
464
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
459
465
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
460
466
" serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -546,7 +552,7 @@ dependencies = [
546
552
547
553
[[package ]]
548
554
name = " curl"
549
- version = " 0.4.14 "
555
+ version = " 0.4.17 "
550
556
source = " registry+https://github.com/rust-lang/crates.io-index"
551
557
dependencies = [
552
558
" curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -566,6 +572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
566
572
dependencies = [
567
573
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
568
574
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
575
+ " libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
569
576
" libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
570
577
" openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
571
578
" pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -825,7 +832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
825
832
dependencies = [
826
833
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
827
834
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
828
- " libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
835
+ " libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
829
836
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
830
837
" openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
831
838
" openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -837,7 +844,7 @@ name = "git2-curl"
837
844
version = " 0.8.1"
838
845
source = " registry+https://github.com/rust-lang/crates.io-index"
839
846
dependencies = [
840
- " curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
847
+ " curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
841
848
" git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
842
849
" log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
843
850
" url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1073,7 +1080,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1073
1080
1074
1081
[[package ]]
1075
1082
name = " libgit2-sys"
1076
- version = " 0.7.8 "
1083
+ version = " 0.7.9 "
1077
1084
source = " registry+https://github.com/rust-lang/crates.io-index"
1078
1085
dependencies = [
1079
1086
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1085,6 +1092,14 @@ dependencies = [
1085
1092
" pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1086
1093
]
1087
1094
1095
+ [[package ]]
1096
+ name = " libnghttp2-sys"
1097
+ version = " 0.1.0"
1098
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1099
+ dependencies = [
1100
+ " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1101
+ ]
1102
+
1088
1103
[[package ]]
1089
1104
name = " libssh2-sys"
1090
1105
version = " 0.2.11"
@@ -1761,7 +1776,7 @@ dependencies = [
1761
1776
name = " rls"
1762
1777
version = " 0.130.5"
1763
1778
dependencies = [
1764
- " cargo 0.31 .0" ,
1779
+ " cargo 0.32 .0" ,
1765
1780
" cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1766
1781
" clippy_lints 0.0.212" ,
1767
1782
" crossbeam-channel 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3144,6 +3159,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3144
3159
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
3145
3160
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
3146
3161
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
3162
+ "checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
3147
3163
"checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1"
3148
3164
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = " f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
3149
3165
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
@@ -3168,7 +3184,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3168
3184
"checksum crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ea52fab26a99d96cdff39d0ca75c9716125937f5dba2ab83923aaaf5928f684a"
3169
3185
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
3170
3186
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3171
- "checksum curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" = " 444c2f9e71458b34e75471ed8d756947a0bb920b8b8b9bfc56dfcc4fc6819a13 "
3187
+ "checksum curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = " c8172e96ecfb1a2bfe3843d9d7154099a15130cf4a2f658259c7aa9cc2b5d4ff "
3172
3188
"checksum curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 2edeedbbd9c7cdccb14bfb5dfbcc108901f99d3411eb5bab3758789377c5bec4"
3173
3189
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
3174
3190
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = " ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
@@ -3224,7 +3240,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3224
3240
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
3225
3241
"checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50"
3226
3242
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = " 76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
3227
- "checksum libgit2-sys 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 44b1900be992dd5698bd3bb422921e336306d413e2860e6ba3b50e62e6219c4c"
3243
+ "checksum libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = " 93f2b22fce91fb820363cf88a849a8f8fdfd8be37774b6a9dd6cbda05cf940e6"
3244
+ "checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
3228
3245
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
3229
3246
"checksum libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 65ff614643d7635dfa2151913d95c4ee90ee1fe15d9e0980f4dcb1a7e5837c18"
3230
3247
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
0 commit comments