@@ -250,8 +250,8 @@ dependencies = [
250
250
" crates-io 0.25.0" ,
251
251
" crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
252
252
" crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
253
- " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
254
- " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
253
+ " curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
254
+ " curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
255
255
" env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
256
256
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
257
257
" filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -540,7 +540,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
540
540
name = " crates-io"
541
541
version = " 0.25.0"
542
542
dependencies = [
543
- " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
543
+ " curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
544
544
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
545
545
" http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
546
546
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -651,29 +651,29 @@ dependencies = [
651
651
652
652
[[package ]]
653
653
name = " curl"
654
- version = " 0.4.19 "
654
+ version = " 0.4.21 "
655
655
source = " registry+https://github.com/rust-lang/crates.io-index"
656
656
dependencies = [
657
- " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
657
+ " curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
658
658
" kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
659
659
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
660
660
" openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
661
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
661
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
662
662
" schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
663
663
" socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
664
664
" winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
665
665
]
666
666
667
667
[[package ]]
668
668
name = " curl-sys"
669
- version = " 0.4.15 "
669
+ version = " 0.4.18 "
670
670
source = " registry+https://github.com/rust-lang/crates.io-index"
671
671
dependencies = [
672
672
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
673
673
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
674
674
" libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
675
675
" libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
676
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
676
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
677
677
" pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
678
678
" vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
679
679
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -999,7 +999,7 @@ dependencies = [
999
999
" libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1000
1000
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1001
1001
" openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1002
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1002
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1003
1003
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1004
1004
]
1005
1005
@@ -1008,7 +1008,7 @@ name = "git2-curl"
1008
1008
version = " 0.9.0"
1009
1009
source = " registry+https://github.com/rust-lang/crates.io-index"
1010
1010
dependencies = [
1011
- " curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
1011
+ " curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
1012
1012
" git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1013
1013
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1014
1014
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1285,11 +1285,11 @@ version = "0.7.11"
1285
1285
source = " registry+https://github.com/rust-lang/crates.io-index"
1286
1286
dependencies = [
1287
1287
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
1288
- " curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1288
+ " curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1289
1289
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1290
1290
" libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1291
1291
" libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1292
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1292
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1293
1293
" pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1294
1294
]
1295
1295
@@ -1310,7 +1310,7 @@ dependencies = [
1310
1310
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
1311
1311
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1312
1312
" libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1313
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1313
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1314
1314
" pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1315
1315
" vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1316
1316
]
@@ -1705,7 +1705,7 @@ dependencies = [
1705
1705
" foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1706
1706
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1707
1707
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1708
- " openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1708
+ " openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1709
1709
]
1710
1710
1711
1711
[[package ]]
@@ -1723,13 +1723,14 @@ dependencies = [
1723
1723
1724
1724
[[package ]]
1725
1725
name = " openssl-sys"
1726
- version = " 0.9.40 "
1726
+ version = " 0.9.43 "
1727
1727
source = " registry+https://github.com/rust-lang/crates.io-index"
1728
1728
dependencies = [
1729
1729
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
1730
1730
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
1731
1731
" openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" ,
1732
1732
" pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" ,
1733
+ " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1733
1734
" vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1734
1735
]
1735
1736
@@ -4058,8 +4059,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4058
4059
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
4059
4060
"checksum crossbeam-utils 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e07fc155212827475223f0bcfae57e945e694fc90950ddf3f6695bbfd5555c72"
4060
4061
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
4061
- "checksum curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " c7c9d851c825e0c033979d4516c9173bc19a78a96eb4d6ae51d4045440eafa16 "
4062
- "checksum curl-sys 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 721c204978be2143fab0a84b708c49d79d1f6100b8785610f456043a90708870 "
4062
+ "checksum curl 0.4.21 (registry+https://github.com/rust-lang/crates.io-index)" = " a85f2f95f2bd277d316d1aa8a477687ab4a6942258c7db7c89c187534669979c "
4063
+ "checksum curl-sys 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = " 9d91a0052d5b982887d8e829bee0faffc7218ea3c6ebd3d6c2c8f678a93c9a42 "
4063
4064
"checksum datafrog 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " a0afaad2b26fa326569eb264b1363e8ae3357618c43982b3f285f0774ce76b69"
4064
4065
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
4065
4066
"checksum derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3f57d78cf3bd45270dad4e70c21ec77a960b36c7a841ff9db76aaa775a8fb871"
@@ -4169,7 +4170,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4169
4170
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = " ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
4170
4171
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
4171
4172
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = " 26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
4172
- "checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = " 1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6 "
4173
+ "checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = " 33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d "
4173
4174
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = " a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
4174
4175
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
4175
4176
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
0 commit comments