Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 626272 | Differences between
and this patch

Collapse All | Expand All

(-)a/Cargo.lock (-12 / +18 lines)
Lines 30-36 dependencies = [ Link Here
30
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
30
 "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
31
 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
32
 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
32
 "num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
33
 "openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
33
 "openssl 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
34
 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
34
 "psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
35
 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
35
 "same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
36
 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
36
 "scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Lines 137-142 dependencies = [ Link Here
137
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
137
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
138
]
138
]
139
139
140
[[package]]
141
name = "cc"
142
version = "1.0.1"
143
source = "registry+https://github.com/rust-lang/crates.io-index"
144
140
[[package]]
145
[[package]]
141
name = "cfg-if"
146
name = "cfg-if"
142
version = "0.1.2"
147
version = "0.1.2"
Lines 200-206 dependencies = [ Link Here
200
 "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
201
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
206
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
202
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
207
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
203
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
208
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
204
 "socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
209
 "socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
205
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
210
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
206
]
211
]
Lines 213-219 dependencies = [ Link Here
213
 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
218
 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
214
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
219
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
215
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
220
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
216
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
221
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
217
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
222
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
218
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
223
 "vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
219
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
224
 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Lines 318-324 dependencies = [ Link Here
318
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
323
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
319
 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
324
 "libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
320
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
325
 "openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
321
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
326
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
322
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
327
 "url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
323
]
328
]
324
329
Lines 445-451 dependencies = [ Link Here
445
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
450
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
446
 "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
451
 "libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
447
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
452
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
448
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
453
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
449
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
454
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
450
]
455
]
451
456
Lines 457-463 dependencies = [ Link Here
457
 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
462
 "cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
458
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
463
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
459
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
464
 "libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
460
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
465
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
461
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
466
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
462
]
467
]
463
468
Lines 623-636 dependencies = [ Link Here
623
628
624
[[package]]
629
[[package]]
625
name = "openssl"
630
name = "openssl"
626
version = "0.9.15"
631
version = "0.9.21"
627
source = "registry+https://github.com/rust-lang/crates.io-index"
632
source = "registry+https://github.com/rust-lang/crates.io-index"
628
dependencies = [
633
dependencies = [
629
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
634
 "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
630
 "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
635
 "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
631
 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
636
 "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
632
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
637
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
633
 "openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
638
 "openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)",
634
]
639
]
635
640
636
[[package]]
641
[[package]]
Lines 640-648 source = "registry+https://github.com/rust-lang/crates.io-index" Link Here
640
645
641
[[package]]
646
[[package]]
642
name = "openssl-sys"
647
name = "openssl-sys"
643
version = "0.9.15"
648
version = "0.9.21"
644
source = "registry+https://github.com/rust-lang/crates.io-index"
649
source = "registry+https://github.com/rust-lang/crates.io-index"
645
dependencies = [
650
dependencies = [
651
 "cc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
646
 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
652
 "gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
647
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
653
 "libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
648
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
654
 "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
Lines 1013-1018 dependencies = [ Link Here
1013
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
1019
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
1014
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
1020
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
1015
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
1021
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
1022
"checksum cc-1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c674f0870e3dbd4105184ea035acb1c32c8ae69939c9e228d2b11bbfe29efad"
1016
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
1023
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
1017
"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
1024
"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
1018
"checksum conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
1025
"checksum conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
Lines 1067-1075 dependencies = [ Link Here
1067
"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
1074
"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
1068
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
1075
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
1069
"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
1076
"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
1070
"checksum openssl 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f776f1d8af832fd2c637ee182c801e8f7ea8895718a2be9914cca001f6e2c40a"
1077
"checksum openssl 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)" = "2225c305d8f57001a0d34263e046794aa251695f20773102fbbfeb1e7b189955"
1071
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
1078
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
1072
"checksum openssl-sys 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "ad95f8160d1c150c4f44d4c4959732e048ac046c37f597fe362f8bf57561ffb4"
1079
"checksum openssl-sys 0.9.21 (registry+https://github.com/rust-lang/crates.io-index)" = "92867746af30eea7a89feade385f7f5366776f1c52ec6f0de81360373fa88363"
1073
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
1080
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
1074
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
1081
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
1075
"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
1082
"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
1076
- 

Return to bug 626272