@@ -197,7 +197,8 @@ dependencies = [
197
197
" crates-io 0.21.0" ,
198
198
" crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
199
199
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
200
- " curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
200
+ " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
201
+ " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
201
202
" env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
202
203
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
203
204
" filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -230,7 +231,7 @@ dependencies = [
230
231
" serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
231
232
" serde_json 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" ,
232
233
" shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
233
- " tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
234
+ " tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
234
235
" tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
235
236
" termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
236
237
" toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -474,7 +475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
474
475
name = " crates-io"
475
476
version = " 0.21.0"
476
477
dependencies = [
477
- " curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
478
+ " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
478
479
" failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
479
480
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
480
481
" serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -561,10 +562,10 @@ dependencies = [
561
562
562
563
[[package ]]
563
564
name = " curl"
564
- version = " 0.4.18 "
565
+ version = " 0.4.19 "
565
566
source = " registry+https://github.com/rust-lang/crates.io-index"
566
567
dependencies = [
567
- " curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
568
+ " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
568
569
" kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
569
570
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
570
571
" openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -576,7 +577,7 @@ dependencies = [
576
577
577
578
[[package ]]
578
579
name = " curl-sys"
579
- version = " 0.4.13 "
580
+ version = " 0.4.15 "
580
581
source = " registry+https://github.com/rust-lang/crates.io-index"
581
582
dependencies = [
582
583
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -848,7 +849,7 @@ name = "git2-curl"
848
849
version = " 0.8.2"
849
850
source = " registry+https://github.com/rust-lang/crates.io-index"
850
851
dependencies = [
851
- " curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
852
+ " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
852
853
" git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
853
854
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
854
855
" url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -966,7 +967,7 @@ dependencies = [
966
967
" flate2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
967
968
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
968
969
" rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
969
- " tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
970
+ " tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
970
971
" walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
971
972
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
972
973
" xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1088,7 +1089,7 @@ version = "0.7.10"
1088
1089
source = " registry+https://github.com/rust-lang/crates.io-index"
1089
1090
dependencies = [
1090
1091
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1091
- " curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1092
+ " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1092
1093
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1093
1094
" libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1094
1095
" libz-sys 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2838,7 +2839,7 @@ dependencies = [
2838
2839
2839
2840
[[package ]]
2840
2841
name = " tar"
2841
- version = " 0.4.16 "
2842
+ version = " 0.4.19 "
2842
2843
source = " registry+https://github.com/rust-lang/crates.io-index"
2843
2844
dependencies = [
2844
2845
" filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3210,8 +3211,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3210
3211
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
3211
3212
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
3212
3213
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
3213
- "checksum curl 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = " a9e5285b49b44401518c947d3b808d14d99a538a6c9ffb3ec0205c11f9fc4389 "
3214
- "checksum curl-sys 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 08459503c415173da1ce6b41036a37b8bfdd86af46d45abb9964d4c61fe670ef "
3214
+ "checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16 "
3215
+ "checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870 "
3215
3216
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
3216
3217
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = " ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
3217
3218
"checksum derive_more 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 46c7f14685a20f5dd08e7f754f2ea8cc064d8f4214ae21116c106a2768ba7b9b"
@@ -3390,7 +3391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3390
3391
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = " 261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
3391
3392
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = " a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
3392
3393
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
3393
- "checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = " e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a "
3394
+ "checksum tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " 69e16840a1e0a1f1a880b739ef1cc6a4b85496c99b8aa786ccffce6e0c15624c "
3394
3395
"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = " c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
3395
3396
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
3396
3397
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
0 commit comments