|
|
|
@ -89,7 +89,7 @@ name = "binary-install" |
|
|
|
|
version = "0.0.1" |
|
|
|
|
dependencies = [ |
|
|
|
|
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -194,7 +194,7 @@ version = "1.0.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -214,7 +214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"clicolors-control 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -231,7 +231,7 @@ dependencies = [ |
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -296,7 +296,7 @@ version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tempfile 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -307,11 +307,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "dirs" |
|
|
|
|
version = "1.0.4" |
|
|
|
|
version = "1.0.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -457,17 +457,6 @@ dependencies = [ |
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "indicatif" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"console 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "is_executable" |
|
|
|
|
version = "0.1.2" |
|
|
|
@ -497,7 +486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy_static" |
|
|
|
|
version = "1.2.0" |
|
|
|
|
version = "1.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -599,7 +588,7 @@ dependencies = [ |
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-sys 0.9.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -896,27 +885,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_users" |
|
|
|
|
version = "0.2.0" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand_os 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "0.2.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "1.1.0" |
|
|
|
@ -929,14 +906,6 @@ dependencies = [ |
|
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.5.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.6.5" |
|
|
|
@ -984,7 +953,7 @@ name = "schannel" |
|
|
|
|
version = "0.1.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -1217,7 +1186,7 @@ name = "thread_local" |
|
|
|
|
version = "0.3.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -1308,13 +1277,12 @@ dependencies = [ |
|
|
|
|
"console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"dialoguer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl 0.10.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -1448,7 +1416,7 @@ dependencies = [ |
|
|
|
|
"checksum curl-sys 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ca79238a79fb294be6173b4057c95b22a718c94c4e38475d5faa82b8383f3502" |
|
|
|
|
"checksum dialoguer 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ad1c29a0368928e78c551354dbff79f103a962ad820519724ef0d74f1c62fa9" |
|
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
|
|
|
|
"checksum dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "88972de891f6118092b643d85a0b28e0678e0f948d7f879aa32f2d5aafe97d2a" |
|
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" |
|
|
|
|
"checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
|
|
|
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38" |
|
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" |
|
|
|
@ -1466,12 +1434,11 @@ dependencies = [ |
|
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" |
|
|
|
|
"checksum human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21638c5955a6daf3ecc42cae702335fc37a72a4abcc6959ce457b31a7d43bbdd" |
|
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114" |
|
|
|
|
"checksum indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a29b2fa6f00010c268bface64c18bb0310aaa70d46a195d5382d288c477fb016" |
|
|
|
|
"checksum is_executable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "302d553b8abc8187beb7d663e34c065ac4570b273bc9511a50e940e99409c577" |
|
|
|
|
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b" |
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
|
|
|
|
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1" |
|
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14" |
|
|
|
|
"checksum libc 0.2.49 (registry+https://github.com/rust-lang/crates.io-index)" = "413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e" |
|
|
|
|
"checksum libflate 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "54d1ddf9c52870243c5689d7638d888331c1116aa5b398f3ba1acfa7d8758ca1" |
|
|
|
|
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe" |
|
|
|
@ -1518,10 +1485,8 @@ dependencies = [ |
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
|
|
|
"checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85" |
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" |
|
|
|
|
"checksum redox_users 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "214a97e49be64fd2c86f568dd0cb2c757d2cc53de95b273b6ad0a1c908482f26" |
|
|
|
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" |
|
|
|
|
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828" |
|
|
|
|
"checksum regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "37e7cbbd370869ce2e8dff25c7018702d10b21a20ef7135316f8daecd6c25b7f" |
|
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" |
|
|
|
|
"checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861" |
|
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
|
|
|
|
"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
|
|
|
|