rustup-toolchain-install-master: 1.7.3 -> 1.9.0 (#431717)

authored by Sandro and committed by GitHub 6797403c 972d4525

+18 -1702
-1669
pkgs/development/tools/rust/rustup-toolchain-install-master/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.19.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "ansi_term" 22 - version = "0.12.1" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 25 - dependencies = [ 26 - "winapi 0.3.9", 27 - ] 28 - 29 - [[package]] 30 - name = "async-compression" 31 - version = "0.3.15" 32 - source = "registry+https://github.com/rust-lang/crates.io-index" 33 - checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a" 34 - dependencies = [ 35 - "bytes 0.5.6", 36 - "flate2", 37 - "futures-core", 38 - "memchr", 39 - "pin-project-lite 0.2.9", 40 - ] 41 - 42 - [[package]] 43 - name = "atty" 44 - version = "0.2.14" 45 - source = "registry+https://github.com/rust-lang/crates.io-index" 46 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 47 - dependencies = [ 48 - "hermit-abi 0.1.19", 49 - "libc", 50 - "winapi 0.3.9", 51 - ] 52 - 53 - [[package]] 54 - name = "autocfg" 55 - version = "1.1.0" 56 - source = "registry+https://github.com/rust-lang/crates.io-index" 57 - checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 58 - 59 - [[package]] 60 - name = "backtrace" 61 - version = "0.3.67" 62 - source = "registry+https://github.com/rust-lang/crates.io-index" 63 - checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" 64 - dependencies = [ 65 - "addr2line", 66 - "cc", 67 - "cfg-if 1.0.0", 68 - "libc", 69 - "miniz_oxide 0.6.2", 70 - "object", 71 - "rustc-demangle", 72 - ] 73 - 74 - [[package]] 75 - name = "base64" 76 - version = "0.13.1" 77 - source = "registry+https://github.com/rust-lang/crates.io-index" 78 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 79 - 80 - [[package]] 81 - name = "bitflags" 82 - version = "1.3.2" 83 - source = "registry+https://github.com/rust-lang/crates.io-index" 84 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 85 - 86 - [[package]] 87 - name = "bumpalo" 88 - version = "3.12.2" 89 - source = "registry+https://github.com/rust-lang/crates.io-index" 90 - checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b" 91 - 92 - [[package]] 93 - name = "bytes" 94 - version = "0.5.6" 95 - source = "registry+https://github.com/rust-lang/crates.io-index" 96 - checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38" 97 - 98 - [[package]] 99 - name = "bytes" 100 - version = "1.4.0" 101 - source = "registry+https://github.com/rust-lang/crates.io-index" 102 - checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" 103 - 104 - [[package]] 105 - name = "cc" 106 - version = "1.0.79" 107 - source = "registry+https://github.com/rust-lang/crates.io-index" 108 - checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 109 - 110 - [[package]] 111 - name = "cfg-if" 112 - version = "0.1.10" 113 - source = "registry+https://github.com/rust-lang/crates.io-index" 114 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 115 - 116 - [[package]] 117 - name = "cfg-if" 118 - version = "1.0.0" 119 - source = "registry+https://github.com/rust-lang/crates.io-index" 120 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 121 - 122 - [[package]] 123 - name = "clap" 124 - version = "2.34.0" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 127 - dependencies = [ 128 - "ansi_term", 129 - "atty", 130 - "bitflags", 131 - "strsim", 132 - "textwrap", 133 - "unicode-width", 134 - "vec_map", 135 - ] 136 - 137 - [[package]] 138 - name = "core-foundation" 139 - version = "0.9.3" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 142 - dependencies = [ 143 - "core-foundation-sys", 144 - "libc", 145 - ] 146 - 147 - [[package]] 148 - name = "core-foundation-sys" 149 - version = "0.8.4" 150 - source = "registry+https://github.com/rust-lang/crates.io-index" 151 - checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" 152 - 153 - [[package]] 154 - name = "crc32fast" 155 - version = "1.3.2" 156 - source = "registry+https://github.com/rust-lang/crates.io-index" 157 - checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" 158 - dependencies = [ 159 - "cfg-if 1.0.0", 160 - ] 161 - 162 - [[package]] 163 - name = "crossbeam-channel" 164 - version = "0.5.8" 165 - source = "registry+https://github.com/rust-lang/crates.io-index" 166 - checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" 167 - dependencies = [ 168 - "cfg-if 1.0.0", 169 - "crossbeam-utils", 170 - ] 171 - 172 - [[package]] 173 - name = "crossbeam-utils" 174 - version = "0.8.15" 175 - source = "registry+https://github.com/rust-lang/crates.io-index" 176 - checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" 177 - dependencies = [ 178 - "cfg-if 1.0.0", 179 - ] 180 - 181 - [[package]] 182 - name = "encoding_rs" 183 - version = "0.8.32" 184 - source = "registry+https://github.com/rust-lang/crates.io-index" 185 - checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394" 186 - dependencies = [ 187 - "cfg-if 1.0.0", 188 - ] 189 - 190 - [[package]] 191 - name = "errno" 192 - version = "0.3.1" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 195 - dependencies = [ 196 - "errno-dragonfly", 197 - "libc", 198 - "windows-sys 0.48.0", 199 - ] 200 - 201 - [[package]] 202 - name = "errno-dragonfly" 203 - version = "0.1.2" 204 - source = "registry+https://github.com/rust-lang/crates.io-index" 205 - checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 206 - dependencies = [ 207 - "cc", 208 - "libc", 209 - ] 210 - 211 - [[package]] 212 - name = "failure" 213 - version = "0.1.8" 214 - source = "registry+https://github.com/rust-lang/crates.io-index" 215 - checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" 216 - dependencies = [ 217 - "backtrace", 218 - "failure_derive", 219 - ] 220 - 221 - [[package]] 222 - name = "failure_derive" 223 - version = "0.1.8" 224 - source = "registry+https://github.com/rust-lang/crates.io-index" 225 - checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" 226 - dependencies = [ 227 - "proc-macro2", 228 - "quote", 229 - "syn 1.0.109", 230 - "synstructure", 231 - ] 232 - 233 - [[package]] 234 - name = "fastrand" 235 - version = "1.9.0" 236 - source = "registry+https://github.com/rust-lang/crates.io-index" 237 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 238 - dependencies = [ 239 - "instant", 240 - ] 241 - 242 - [[package]] 243 - name = "filetime" 244 - version = "0.2.21" 245 - source = "registry+https://github.com/rust-lang/crates.io-index" 246 - checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153" 247 - dependencies = [ 248 - "cfg-if 1.0.0", 249 - "libc", 250 - "redox_syscall 0.2.16", 251 - "windows-sys 0.48.0", 252 - ] 253 - 254 - [[package]] 255 - name = "flate2" 256 - version = "1.0.26" 257 - source = "registry+https://github.com/rust-lang/crates.io-index" 258 - checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743" 259 - dependencies = [ 260 - "crc32fast", 261 - "miniz_oxide 0.7.1", 262 - ] 263 - 264 - [[package]] 265 - name = "fnv" 266 - version = "1.0.7" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 269 - 270 - [[package]] 271 - name = "foreign-types" 272 - version = "0.3.2" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 275 - dependencies = [ 276 - "foreign-types-shared", 277 - ] 278 - 279 - [[package]] 280 - name = "foreign-types-shared" 281 - version = "0.1.1" 282 - source = "registry+https://github.com/rust-lang/crates.io-index" 283 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 284 - 285 - [[package]] 286 - name = "form_urlencoded" 287 - version = "1.1.0" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8" 290 - dependencies = [ 291 - "percent-encoding", 292 - ] 293 - 294 - [[package]] 295 - name = "fuchsia-zircon" 296 - version = "0.3.3" 297 - source = "registry+https://github.com/rust-lang/crates.io-index" 298 - checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" 299 - dependencies = [ 300 - "bitflags", 301 - "fuchsia-zircon-sys", 302 - ] 303 - 304 - [[package]] 305 - name = "fuchsia-zircon-sys" 306 - version = "0.3.3" 307 - source = "registry+https://github.com/rust-lang/crates.io-index" 308 - checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" 309 - 310 - [[package]] 311 - name = "futures-channel" 312 - version = "0.3.28" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 315 - dependencies = [ 316 - "futures-core", 317 - ] 318 - 319 - [[package]] 320 - name = "futures-core" 321 - version = "0.3.28" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 324 - 325 - [[package]] 326 - name = "futures-io" 327 - version = "0.3.28" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 330 - 331 - [[package]] 332 - name = "futures-sink" 333 - version = "0.3.28" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 336 - 337 - [[package]] 338 - name = "futures-task" 339 - version = "0.3.28" 340 - source = "registry+https://github.com/rust-lang/crates.io-index" 341 - checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 342 - 343 - [[package]] 344 - name = "futures-util" 345 - version = "0.3.28" 346 - source = "registry+https://github.com/rust-lang/crates.io-index" 347 - checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 348 - dependencies = [ 349 - "futures-core", 350 - "futures-io", 351 - "futures-task", 352 - "memchr", 353 - "pin-project-lite 0.2.9", 354 - "pin-utils", 355 - "slab", 356 - ] 357 - 358 - [[package]] 359 - name = "gimli" 360 - version = "0.27.2" 361 - source = "registry+https://github.com/rust-lang/crates.io-index" 362 - checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" 363 - 364 - [[package]] 365 - name = "h2" 366 - version = "0.2.7" 367 - source = "registry+https://github.com/rust-lang/crates.io-index" 368 - checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535" 369 - dependencies = [ 370 - "bytes 0.5.6", 371 - "fnv", 372 - "futures-core", 373 - "futures-sink", 374 - "futures-util", 375 - "http", 376 - "indexmap", 377 - "slab", 378 - "tokio", 379 - "tokio-util", 380 - "tracing", 381 - "tracing-futures", 382 - ] 383 - 384 - [[package]] 385 - name = "hashbrown" 386 - version = "0.12.3" 387 - source = "registry+https://github.com/rust-lang/crates.io-index" 388 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 389 - 390 - [[package]] 391 - name = "heck" 392 - version = "0.3.3" 393 - source = "registry+https://github.com/rust-lang/crates.io-index" 394 - checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" 395 - dependencies = [ 396 - "unicode-segmentation", 397 - ] 398 - 399 - [[package]] 400 - name = "hermit-abi" 401 - version = "0.1.19" 402 - source = "registry+https://github.com/rust-lang/crates.io-index" 403 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 404 - dependencies = [ 405 - "libc", 406 - ] 407 - 408 - [[package]] 409 - name = "hermit-abi" 410 - version = "0.2.6" 411 - source = "registry+https://github.com/rust-lang/crates.io-index" 412 - checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 413 - dependencies = [ 414 - "libc", 415 - ] 416 - 417 - [[package]] 418 - name = "hermit-abi" 419 - version = "0.3.1" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 422 - 423 - [[package]] 424 - name = "home" 425 - version = "0.5.5" 426 - source = "registry+https://github.com/rust-lang/crates.io-index" 427 - checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" 428 - dependencies = [ 429 - "windows-sys 0.48.0", 430 - ] 431 - 432 - [[package]] 433 - name = "http" 434 - version = "0.2.9" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" 437 - dependencies = [ 438 - "bytes 1.4.0", 439 - "fnv", 440 - "itoa 1.0.6", 441 - ] 442 - 443 - [[package]] 444 - name = "http-body" 445 - version = "0.3.1" 446 - source = "registry+https://github.com/rust-lang/crates.io-index" 447 - checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b" 448 - dependencies = [ 449 - "bytes 0.5.6", 450 - "http", 451 - ] 452 - 453 - [[package]] 454 - name = "httparse" 455 - version = "1.8.0" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 458 - 459 - [[package]] 460 - name = "httpdate" 461 - version = "0.3.2" 462 - source = "registry+https://github.com/rust-lang/crates.io-index" 463 - checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47" 464 - 465 - [[package]] 466 - name = "hyper" 467 - version = "0.13.10" 468 - source = "registry+https://github.com/rust-lang/crates.io-index" 469 - checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb" 470 - dependencies = [ 471 - "bytes 0.5.6", 472 - "futures-channel", 473 - "futures-core", 474 - "futures-util", 475 - "h2", 476 - "http", 477 - "http-body", 478 - "httparse", 479 - "httpdate", 480 - "itoa 0.4.8", 481 - "pin-project", 482 - "socket2", 483 - "tokio", 484 - "tower-service", 485 - "tracing", 486 - "want", 487 - ] 488 - 489 - [[package]] 490 - name = "hyper-tls" 491 - version = "0.4.3" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed" 494 - dependencies = [ 495 - "bytes 0.5.6", 496 - "hyper", 497 - "native-tls", 498 - "tokio", 499 - "tokio-tls", 500 - ] 501 - 502 - [[package]] 503 - name = "idna" 504 - version = "0.3.0" 505 - source = "registry+https://github.com/rust-lang/crates.io-index" 506 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 507 - dependencies = [ 508 - "unicode-bidi", 509 - "unicode-normalization", 510 - ] 511 - 512 - [[package]] 513 - name = "indexmap" 514 - version = "1.9.3" 515 - source = "registry+https://github.com/rust-lang/crates.io-index" 516 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 517 - dependencies = [ 518 - "autocfg", 519 - "hashbrown", 520 - ] 521 - 522 - [[package]] 523 - name = "instant" 524 - version = "0.1.12" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 527 - dependencies = [ 528 - "cfg-if 1.0.0", 529 - ] 530 - 531 - [[package]] 532 - name = "io-lifetimes" 533 - version = "1.0.10" 534 - source = "registry+https://github.com/rust-lang/crates.io-index" 535 - checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220" 536 - dependencies = [ 537 - "hermit-abi 0.3.1", 538 - "libc", 539 - "windows-sys 0.48.0", 540 - ] 541 - 542 - [[package]] 543 - name = "iovec" 544 - version = "0.1.4" 545 - source = "registry+https://github.com/rust-lang/crates.io-index" 546 - checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" 547 - dependencies = [ 548 - "libc", 549 - ] 550 - 551 - [[package]] 552 - name = "ipnet" 553 - version = "2.7.2" 554 - source = "registry+https://github.com/rust-lang/crates.io-index" 555 - checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" 556 - 557 - [[package]] 558 - name = "itoa" 559 - version = "0.4.8" 560 - source = "registry+https://github.com/rust-lang/crates.io-index" 561 - checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 562 - 563 - [[package]] 564 - name = "itoa" 565 - version = "1.0.6" 566 - source = "registry+https://github.com/rust-lang/crates.io-index" 567 - checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" 568 - 569 - [[package]] 570 - name = "js-sys" 571 - version = "0.3.62" 572 - source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5" 574 - dependencies = [ 575 - "wasm-bindgen", 576 - ] 577 - 578 - [[package]] 579 - name = "kernel32-sys" 580 - version = "0.2.2" 581 - source = "registry+https://github.com/rust-lang/crates.io-index" 582 - checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" 583 - dependencies = [ 584 - "winapi 0.2.8", 585 - "winapi-build", 586 - ] 587 - 588 - [[package]] 589 - name = "lazy_static" 590 - version = "1.4.0" 591 - source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 593 - 594 - [[package]] 595 - name = "libc" 596 - version = "0.2.144" 597 - source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" 599 - 600 - [[package]] 601 - name = "linux-raw-sys" 602 - version = "0.3.7" 603 - source = "registry+https://github.com/rust-lang/crates.io-index" 604 - checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f" 605 - 606 - [[package]] 607 - name = "log" 608 - version = "0.4.17" 609 - source = "registry+https://github.com/rust-lang/crates.io-index" 610 - checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 611 - dependencies = [ 612 - "cfg-if 1.0.0", 613 - ] 614 - 615 - [[package]] 616 - name = "lzma-sys" 617 - version = "0.1.20" 618 - source = "registry+https://github.com/rust-lang/crates.io-index" 619 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 620 - dependencies = [ 621 - "cc", 622 - "libc", 623 - "pkg-config", 624 - ] 625 - 626 - [[package]] 627 - name = "memchr" 628 - version = "2.5.0" 629 - source = "registry+https://github.com/rust-lang/crates.io-index" 630 - checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 631 - 632 - [[package]] 633 - name = "mime" 634 - version = "0.3.17" 635 - source = "registry+https://github.com/rust-lang/crates.io-index" 636 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 637 - 638 - [[package]] 639 - name = "mime_guess" 640 - version = "2.0.4" 641 - source = "registry+https://github.com/rust-lang/crates.io-index" 642 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 643 - dependencies = [ 644 - "mime", 645 - "unicase", 646 - ] 647 - 648 - [[package]] 649 - name = "miniz_oxide" 650 - version = "0.6.2" 651 - source = "registry+https://github.com/rust-lang/crates.io-index" 652 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 653 - dependencies = [ 654 - "adler", 655 - ] 656 - 657 - [[package]] 658 - name = "miniz_oxide" 659 - version = "0.7.1" 660 - source = "registry+https://github.com/rust-lang/crates.io-index" 661 - checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 662 - dependencies = [ 663 - "adler", 664 - ] 665 - 666 - [[package]] 667 - name = "mio" 668 - version = "0.6.23" 669 - source = "registry+https://github.com/rust-lang/crates.io-index" 670 - checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" 671 - dependencies = [ 672 - "cfg-if 0.1.10", 673 - "fuchsia-zircon", 674 - "fuchsia-zircon-sys", 675 - "iovec", 676 - "kernel32-sys", 677 - "libc", 678 - "log", 679 - "miow", 680 - "net2", 681 - "slab", 682 - "winapi 0.2.8", 683 - ] 684 - 685 - [[package]] 686 - name = "miow" 687 - version = "0.2.2" 688 - source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" 690 - dependencies = [ 691 - "kernel32-sys", 692 - "net2", 693 - "winapi 0.2.8", 694 - "ws2_32-sys", 695 - ] 696 - 697 - [[package]] 698 - name = "native-tls" 699 - version = "0.2.11" 700 - source = "registry+https://github.com/rust-lang/crates.io-index" 701 - checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" 702 - dependencies = [ 703 - "lazy_static", 704 - "libc", 705 - "log", 706 - "openssl", 707 - "openssl-probe", 708 - "openssl-sys", 709 - "schannel", 710 - "security-framework", 711 - "security-framework-sys", 712 - "tempfile", 713 - ] 714 - 715 - [[package]] 716 - name = "net2" 717 - version = "0.2.38" 718 - source = "registry+https://github.com/rust-lang/crates.io-index" 719 - checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" 720 - dependencies = [ 721 - "cfg-if 0.1.10", 722 - "libc", 723 - "winapi 0.3.9", 724 - ] 725 - 726 - [[package]] 727 - name = "num_cpus" 728 - version = "1.15.0" 729 - source = "registry+https://github.com/rust-lang/crates.io-index" 730 - checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 731 - dependencies = [ 732 - "hermit-abi 0.2.6", 733 - "libc", 734 - ] 735 - 736 - [[package]] 737 - name = "object" 738 - version = "0.30.3" 739 - source = "registry+https://github.com/rust-lang/crates.io-index" 740 - checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" 741 - dependencies = [ 742 - "memchr", 743 - ] 744 - 745 - [[package]] 746 - name = "once_cell" 747 - version = "1.17.1" 748 - source = "registry+https://github.com/rust-lang/crates.io-index" 749 - checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 750 - 751 - [[package]] 752 - name = "openssl" 753 - version = "0.10.52" 754 - source = "registry+https://github.com/rust-lang/crates.io-index" 755 - checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56" 756 - dependencies = [ 757 - "bitflags", 758 - "cfg-if 1.0.0", 759 - "foreign-types", 760 - "libc", 761 - "once_cell", 762 - "openssl-macros", 763 - "openssl-sys", 764 - ] 765 - 766 - [[package]] 767 - name = "openssl-macros" 768 - version = "0.1.1" 769 - source = "registry+https://github.com/rust-lang/crates.io-index" 770 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 771 - dependencies = [ 772 - "proc-macro2", 773 - "quote", 774 - "syn 2.0.15", 775 - ] 776 - 777 - [[package]] 778 - name = "openssl-probe" 779 - version = "0.1.5" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 782 - 783 - [[package]] 784 - name = "openssl-sys" 785 - version = "0.9.87" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e" 788 - dependencies = [ 789 - "cc", 790 - "libc", 791 - "pkg-config", 792 - "vcpkg", 793 - ] 794 - 795 - [[package]] 796 - name = "pbr" 797 - version = "1.1.1" 798 - source = "registry+https://github.com/rust-lang/crates.io-index" 799 - checksum = "ed5827dfa0d69b6c92493d6c38e633bbaa5937c153d0d7c28bf12313f8c6d514" 800 - dependencies = [ 801 - "crossbeam-channel", 802 - "libc", 803 - "winapi 0.3.9", 804 - ] 805 - 806 - [[package]] 807 - name = "percent-encoding" 808 - version = "2.2.0" 809 - source = "registry+https://github.com/rust-lang/crates.io-index" 810 - checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" 811 - 812 - [[package]] 813 - name = "pin-project" 814 - version = "1.0.12" 815 - source = "registry+https://github.com/rust-lang/crates.io-index" 816 - checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 817 - dependencies = [ 818 - "pin-project-internal", 819 - ] 820 - 821 - [[package]] 822 - name = "pin-project-internal" 823 - version = "1.0.12" 824 - source = "registry+https://github.com/rust-lang/crates.io-index" 825 - checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 826 - dependencies = [ 827 - "proc-macro2", 828 - "quote", 829 - "syn 1.0.109", 830 - ] 831 - 832 - [[package]] 833 - name = "pin-project-lite" 834 - version = "0.1.12" 835 - source = "registry+https://github.com/rust-lang/crates.io-index" 836 - checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" 837 - 838 - [[package]] 839 - name = "pin-project-lite" 840 - version = "0.2.9" 841 - source = "registry+https://github.com/rust-lang/crates.io-index" 842 - checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 843 - 844 - [[package]] 845 - name = "pin-utils" 846 - version = "0.1.0" 847 - source = "registry+https://github.com/rust-lang/crates.io-index" 848 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 849 - 850 - [[package]] 851 - name = "pkg-config" 852 - version = "0.3.27" 853 - source = "registry+https://github.com/rust-lang/crates.io-index" 854 - checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" 855 - 856 - [[package]] 857 - name = "proc-macro-error" 858 - version = "1.0.4" 859 - source = "registry+https://github.com/rust-lang/crates.io-index" 860 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 861 - dependencies = [ 862 - "proc-macro-error-attr", 863 - "proc-macro2", 864 - "quote", 865 - "syn 1.0.109", 866 - "version_check", 867 - ] 868 - 869 - [[package]] 870 - name = "proc-macro-error-attr" 871 - version = "1.0.4" 872 - source = "registry+https://github.com/rust-lang/crates.io-index" 873 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 874 - dependencies = [ 875 - "proc-macro2", 876 - "quote", 877 - "version_check", 878 - ] 879 - 880 - [[package]] 881 - name = "proc-macro2" 882 - version = "1.0.56" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435" 885 - dependencies = [ 886 - "unicode-ident", 887 - ] 888 - 889 - [[package]] 890 - name = "quote" 891 - version = "1.0.27" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500" 894 - dependencies = [ 895 - "proc-macro2", 896 - ] 897 - 898 - [[package]] 899 - name = "redox_syscall" 900 - version = "0.2.16" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 903 - dependencies = [ 904 - "bitflags", 905 - ] 906 - 907 - [[package]] 908 - name = "redox_syscall" 909 - version = "0.3.5" 910 - source = "registry+https://github.com/rust-lang/crates.io-index" 911 - checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 912 - dependencies = [ 913 - "bitflags", 914 - ] 915 - 916 - [[package]] 917 - name = "remove_dir_all" 918 - version = "0.5.3" 919 - source = "registry+https://github.com/rust-lang/crates.io-index" 920 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 921 - dependencies = [ 922 - "winapi 0.3.9", 923 - ] 924 - 925 - [[package]] 926 - name = "reqwest" 927 - version = "0.10.10" 928 - source = "registry+https://github.com/rust-lang/crates.io-index" 929 - checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c" 930 - dependencies = [ 931 - "async-compression", 932 - "base64", 933 - "bytes 0.5.6", 934 - "encoding_rs", 935 - "futures-core", 936 - "futures-util", 937 - "http", 938 - "http-body", 939 - "hyper", 940 - "hyper-tls", 941 - "ipnet", 942 - "js-sys", 943 - "lazy_static", 944 - "log", 945 - "mime", 946 - "mime_guess", 947 - "native-tls", 948 - "percent-encoding", 949 - "pin-project-lite 0.2.9", 950 - "serde", 951 - "serde_urlencoded", 952 - "tokio", 953 - "tokio-tls", 954 - "url", 955 - "wasm-bindgen", 956 - "wasm-bindgen-futures", 957 - "web-sys", 958 - "winreg", 959 - ] 960 - 961 - [[package]] 962 - name = "rustc-demangle" 963 - version = "0.1.23" 964 - source = "registry+https://github.com/rust-lang/crates.io-index" 965 - checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 966 - 967 - [[package]] 968 - name = "rustix" 969 - version = "0.37.19" 970 - source = "registry+https://github.com/rust-lang/crates.io-index" 971 - checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" 972 - dependencies = [ 973 - "bitflags", 974 - "errno", 975 - "io-lifetimes", 976 - "libc", 977 - "linux-raw-sys", 978 - "windows-sys 0.48.0", 979 - ] 980 - 981 - [[package]] 982 - name = "rustup-toolchain-install-master" 983 - version = "1.7.3" 984 - dependencies = [ 985 - "ansi_term", 986 - "failure", 987 - "home", 988 - "pbr", 989 - "remove_dir_all", 990 - "reqwest", 991 - "structopt", 992 - "tar", 993 - "tee", 994 - "tempfile", 995 - "xz2", 996 - ] 997 - 998 - [[package]] 999 - name = "ryu" 1000 - version = "1.0.13" 1001 - source = "registry+https://github.com/rust-lang/crates.io-index" 1002 - checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" 1003 - 1004 - [[package]] 1005 - name = "schannel" 1006 - version = "0.1.21" 1007 - source = "registry+https://github.com/rust-lang/crates.io-index" 1008 - checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" 1009 - dependencies = [ 1010 - "windows-sys 0.42.0", 1011 - ] 1012 - 1013 - [[package]] 1014 - name = "security-framework" 1015 - version = "2.9.0" 1016 - source = "registry+https://github.com/rust-lang/crates.io-index" 1017 - checksum = "ca2855b3715770894e67cbfa3df957790aa0c9edc3bf06efa1a84d77fa0839d1" 1018 - dependencies = [ 1019 - "bitflags", 1020 - "core-foundation", 1021 - "core-foundation-sys", 1022 - "libc", 1023 - "security-framework-sys", 1024 - ] 1025 - 1026 - [[package]] 1027 - name = "security-framework-sys" 1028 - version = "2.9.0" 1029 - source = "registry+https://github.com/rust-lang/crates.io-index" 1030 - checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7" 1031 - dependencies = [ 1032 - "core-foundation-sys", 1033 - "libc", 1034 - ] 1035 - 1036 - [[package]] 1037 - name = "serde" 1038 - version = "1.0.163" 1039 - source = "registry+https://github.com/rust-lang/crates.io-index" 1040 - checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2" 1041 - 1042 - [[package]] 1043 - name = "serde_json" 1044 - version = "1.0.96" 1045 - source = "registry+https://github.com/rust-lang/crates.io-index" 1046 - checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 1047 - dependencies = [ 1048 - "itoa 1.0.6", 1049 - "ryu", 1050 - "serde", 1051 - ] 1052 - 1053 - [[package]] 1054 - name = "serde_urlencoded" 1055 - version = "0.7.1" 1056 - source = "registry+https://github.com/rust-lang/crates.io-index" 1057 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1058 - dependencies = [ 1059 - "form_urlencoded", 1060 - "itoa 1.0.6", 1061 - "ryu", 1062 - "serde", 1063 - ] 1064 - 1065 - [[package]] 1066 - name = "slab" 1067 - version = "0.4.8" 1068 - source = "registry+https://github.com/rust-lang/crates.io-index" 1069 - checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" 1070 - dependencies = [ 1071 - "autocfg", 1072 - ] 1073 - 1074 - [[package]] 1075 - name = "socket2" 1076 - version = "0.3.19" 1077 - source = "registry+https://github.com/rust-lang/crates.io-index" 1078 - checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" 1079 - dependencies = [ 1080 - "cfg-if 1.0.0", 1081 - "libc", 1082 - "winapi 0.3.9", 1083 - ] 1084 - 1085 - [[package]] 1086 - name = "strsim" 1087 - version = "0.8.0" 1088 - source = "registry+https://github.com/rust-lang/crates.io-index" 1089 - checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 1090 - 1091 - [[package]] 1092 - name = "structopt" 1093 - version = "0.3.26" 1094 - source = "registry+https://github.com/rust-lang/crates.io-index" 1095 - checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10" 1096 - dependencies = [ 1097 - "clap", 1098 - "lazy_static", 1099 - "structopt-derive", 1100 - ] 1101 - 1102 - [[package]] 1103 - name = "structopt-derive" 1104 - version = "0.4.18" 1105 - source = "registry+https://github.com/rust-lang/crates.io-index" 1106 - checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" 1107 - dependencies = [ 1108 - "heck", 1109 - "proc-macro-error", 1110 - "proc-macro2", 1111 - "quote", 1112 - "syn 1.0.109", 1113 - ] 1114 - 1115 - [[package]] 1116 - name = "syn" 1117 - version = "1.0.109" 1118 - source = "registry+https://github.com/rust-lang/crates.io-index" 1119 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1120 - dependencies = [ 1121 - "proc-macro2", 1122 - "quote", 1123 - "unicode-ident", 1124 - ] 1125 - 1126 - [[package]] 1127 - name = "syn" 1128 - version = "2.0.15" 1129 - source = "registry+https://github.com/rust-lang/crates.io-index" 1130 - checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822" 1131 - dependencies = [ 1132 - "proc-macro2", 1133 - "quote", 1134 - "unicode-ident", 1135 - ] 1136 - 1137 - [[package]] 1138 - name = "synstructure" 1139 - version = "0.12.6" 1140 - source = "registry+https://github.com/rust-lang/crates.io-index" 1141 - checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" 1142 - dependencies = [ 1143 - "proc-macro2", 1144 - "quote", 1145 - "syn 1.0.109", 1146 - "unicode-xid", 1147 - ] 1148 - 1149 - [[package]] 1150 - name = "tar" 1151 - version = "0.4.38" 1152 - source = "registry+https://github.com/rust-lang/crates.io-index" 1153 - checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" 1154 - dependencies = [ 1155 - "filetime", 1156 - "libc", 1157 - "xattr", 1158 - ] 1159 - 1160 - [[package]] 1161 - name = "tee" 1162 - version = "0.1.0" 1163 - source = "registry+https://github.com/rust-lang/crates.io-index" 1164 - checksum = "37c12559dba7383625faaff75be24becf35bfc885044375bcab931111799a3da" 1165 - 1166 - [[package]] 1167 - name = "tempfile" 1168 - version = "3.5.0" 1169 - source = "registry+https://github.com/rust-lang/crates.io-index" 1170 - checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 1171 - dependencies = [ 1172 - "cfg-if 1.0.0", 1173 - "fastrand", 1174 - "redox_syscall 0.3.5", 1175 - "rustix", 1176 - "windows-sys 0.45.0", 1177 - ] 1178 - 1179 - [[package]] 1180 - name = "textwrap" 1181 - version = "0.11.0" 1182 - source = "registry+https://github.com/rust-lang/crates.io-index" 1183 - checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 1184 - dependencies = [ 1185 - "unicode-width", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "tinyvec" 1190 - version = "1.6.0" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 1193 - dependencies = [ 1194 - "tinyvec_macros", 1195 - ] 1196 - 1197 - [[package]] 1198 - name = "tinyvec_macros" 1199 - version = "0.1.1" 1200 - source = "registry+https://github.com/rust-lang/crates.io-index" 1201 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1202 - 1203 - [[package]] 1204 - name = "tokio" 1205 - version = "0.2.25" 1206 - source = "registry+https://github.com/rust-lang/crates.io-index" 1207 - checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092" 1208 - dependencies = [ 1209 - "bytes 0.5.6", 1210 - "fnv", 1211 - "futures-core", 1212 - "iovec", 1213 - "lazy_static", 1214 - "memchr", 1215 - "mio", 1216 - "num_cpus", 1217 - "pin-project-lite 0.1.12", 1218 - "slab", 1219 - ] 1220 - 1221 - [[package]] 1222 - name = "tokio-tls" 1223 - version = "0.3.1" 1224 - source = "registry+https://github.com/rust-lang/crates.io-index" 1225 - checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343" 1226 - dependencies = [ 1227 - "native-tls", 1228 - "tokio", 1229 - ] 1230 - 1231 - [[package]] 1232 - name = "tokio-util" 1233 - version = "0.3.1" 1234 - source = "registry+https://github.com/rust-lang/crates.io-index" 1235 - checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499" 1236 - dependencies = [ 1237 - "bytes 0.5.6", 1238 - "futures-core", 1239 - "futures-sink", 1240 - "log", 1241 - "pin-project-lite 0.1.12", 1242 - "tokio", 1243 - ] 1244 - 1245 - [[package]] 1246 - name = "tower-service" 1247 - version = "0.3.2" 1248 - source = "registry+https://github.com/rust-lang/crates.io-index" 1249 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 1250 - 1251 - [[package]] 1252 - name = "tracing" 1253 - version = "0.1.37" 1254 - source = "registry+https://github.com/rust-lang/crates.io-index" 1255 - checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 1256 - dependencies = [ 1257 - "cfg-if 1.0.0", 1258 - "log", 1259 - "pin-project-lite 0.2.9", 1260 - "tracing-core", 1261 - ] 1262 - 1263 - [[package]] 1264 - name = "tracing-core" 1265 - version = "0.1.31" 1266 - source = "registry+https://github.com/rust-lang/crates.io-index" 1267 - checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" 1268 - dependencies = [ 1269 - "once_cell", 1270 - ] 1271 - 1272 - [[package]] 1273 - name = "tracing-futures" 1274 - version = "0.2.5" 1275 - source = "registry+https://github.com/rust-lang/crates.io-index" 1276 - checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" 1277 - dependencies = [ 1278 - "pin-project", 1279 - "tracing", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "try-lock" 1284 - version = "0.2.4" 1285 - source = "registry+https://github.com/rust-lang/crates.io-index" 1286 - checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 1287 - 1288 - [[package]] 1289 - name = "unicase" 1290 - version = "2.6.0" 1291 - source = "registry+https://github.com/rust-lang/crates.io-index" 1292 - checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" 1293 - dependencies = [ 1294 - "version_check", 1295 - ] 1296 - 1297 - [[package]] 1298 - name = "unicode-bidi" 1299 - version = "0.3.13" 1300 - source = "registry+https://github.com/rust-lang/crates.io-index" 1301 - checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 1302 - 1303 - [[package]] 1304 - name = "unicode-ident" 1305 - version = "1.0.8" 1306 - source = "registry+https://github.com/rust-lang/crates.io-index" 1307 - checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 1308 - 1309 - [[package]] 1310 - name = "unicode-normalization" 1311 - version = "0.1.22" 1312 - source = "registry+https://github.com/rust-lang/crates.io-index" 1313 - checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" 1314 - dependencies = [ 1315 - "tinyvec", 1316 - ] 1317 - 1318 - [[package]] 1319 - name = "unicode-segmentation" 1320 - version = "1.10.1" 1321 - source = "registry+https://github.com/rust-lang/crates.io-index" 1322 - checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 1323 - 1324 - [[package]] 1325 - name = "unicode-width" 1326 - version = "0.1.10" 1327 - source = "registry+https://github.com/rust-lang/crates.io-index" 1328 - checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 1329 - 1330 - [[package]] 1331 - name = "unicode-xid" 1332 - version = "0.2.4" 1333 - source = "registry+https://github.com/rust-lang/crates.io-index" 1334 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 1335 - 1336 - [[package]] 1337 - name = "url" 1338 - version = "2.3.1" 1339 - source = "registry+https://github.com/rust-lang/crates.io-index" 1340 - checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643" 1341 - dependencies = [ 1342 - "form_urlencoded", 1343 - "idna", 1344 - "percent-encoding", 1345 - ] 1346 - 1347 - [[package]] 1348 - name = "vcpkg" 1349 - version = "0.2.15" 1350 - source = "registry+https://github.com/rust-lang/crates.io-index" 1351 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1352 - 1353 - [[package]] 1354 - name = "vec_map" 1355 - version = "0.8.2" 1356 - source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 1358 - 1359 - [[package]] 1360 - name = "version_check" 1361 - version = "0.9.4" 1362 - source = "registry+https://github.com/rust-lang/crates.io-index" 1363 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 1364 - 1365 - [[package]] 1366 - name = "want" 1367 - version = "0.3.0" 1368 - source = "registry+https://github.com/rust-lang/crates.io-index" 1369 - checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1370 - dependencies = [ 1371 - "log", 1372 - "try-lock", 1373 - ] 1374 - 1375 - [[package]] 1376 - name = "wasm-bindgen" 1377 - version = "0.2.85" 1378 - source = "registry+https://github.com/rust-lang/crates.io-index" 1379 - checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4" 1380 - dependencies = [ 1381 - "cfg-if 1.0.0", 1382 - "serde", 1383 - "serde_json", 1384 - "wasm-bindgen-macro", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "wasm-bindgen-backend" 1389 - version = "0.2.85" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822" 1392 - dependencies = [ 1393 - "bumpalo", 1394 - "log", 1395 - "once_cell", 1396 - "proc-macro2", 1397 - "quote", 1398 - "syn 2.0.15", 1399 - "wasm-bindgen-shared", 1400 - ] 1401 - 1402 - [[package]] 1403 - name = "wasm-bindgen-futures" 1404 - version = "0.4.35" 1405 - source = "registry+https://github.com/rust-lang/crates.io-index" 1406 - checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163" 1407 - dependencies = [ 1408 - "cfg-if 1.0.0", 1409 - "js-sys", 1410 - "wasm-bindgen", 1411 - "web-sys", 1412 - ] 1413 - 1414 - [[package]] 1415 - name = "wasm-bindgen-macro" 1416 - version = "0.2.85" 1417 - source = "registry+https://github.com/rust-lang/crates.io-index" 1418 - checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434" 1419 - dependencies = [ 1420 - "quote", 1421 - "wasm-bindgen-macro-support", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "wasm-bindgen-macro-support" 1426 - version = "0.2.85" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869" 1429 - dependencies = [ 1430 - "proc-macro2", 1431 - "quote", 1432 - "syn 2.0.15", 1433 - "wasm-bindgen-backend", 1434 - "wasm-bindgen-shared", 1435 - ] 1436 - 1437 - [[package]] 1438 - name = "wasm-bindgen-shared" 1439 - version = "0.2.85" 1440 - source = "registry+https://github.com/rust-lang/crates.io-index" 1441 - checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb" 1442 - 1443 - [[package]] 1444 - name = "web-sys" 1445 - version = "0.3.62" 1446 - source = "registry+https://github.com/rust-lang/crates.io-index" 1447 - checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721" 1448 - dependencies = [ 1449 - "js-sys", 1450 - "wasm-bindgen", 1451 - ] 1452 - 1453 - [[package]] 1454 - name = "winapi" 1455 - version = "0.2.8" 1456 - source = "registry+https://github.com/rust-lang/crates.io-index" 1457 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 1458 - 1459 - [[package]] 1460 - name = "winapi" 1461 - version = "0.3.9" 1462 - source = "registry+https://github.com/rust-lang/crates.io-index" 1463 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1464 - dependencies = [ 1465 - "winapi-i686-pc-windows-gnu", 1466 - "winapi-x86_64-pc-windows-gnu", 1467 - ] 1468 - 1469 - [[package]] 1470 - name = "winapi-build" 1471 - version = "0.1.1" 1472 - source = "registry+https://github.com/rust-lang/crates.io-index" 1473 - checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" 1474 - 1475 - [[package]] 1476 - name = "winapi-i686-pc-windows-gnu" 1477 - version = "0.4.0" 1478 - source = "registry+https://github.com/rust-lang/crates.io-index" 1479 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1480 - 1481 - [[package]] 1482 - name = "winapi-x86_64-pc-windows-gnu" 1483 - version = "0.4.0" 1484 - source = "registry+https://github.com/rust-lang/crates.io-index" 1485 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1486 - 1487 - [[package]] 1488 - name = "windows-sys" 1489 - version = "0.42.0" 1490 - source = "registry+https://github.com/rust-lang/crates.io-index" 1491 - checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 1492 - dependencies = [ 1493 - "windows_aarch64_gnullvm 0.42.2", 1494 - "windows_aarch64_msvc 0.42.2", 1495 - "windows_i686_gnu 0.42.2", 1496 - "windows_i686_msvc 0.42.2", 1497 - "windows_x86_64_gnu 0.42.2", 1498 - "windows_x86_64_gnullvm 0.42.2", 1499 - "windows_x86_64_msvc 0.42.2", 1500 - ] 1501 - 1502 - [[package]] 1503 - name = "windows-sys" 1504 - version = "0.45.0" 1505 - source = "registry+https://github.com/rust-lang/crates.io-index" 1506 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 1507 - dependencies = [ 1508 - "windows-targets 0.42.2", 1509 - ] 1510 - 1511 - [[package]] 1512 - name = "windows-sys" 1513 - version = "0.48.0" 1514 - source = "registry+https://github.com/rust-lang/crates.io-index" 1515 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1516 - dependencies = [ 1517 - "windows-targets 0.48.0", 1518 - ] 1519 - 1520 - [[package]] 1521 - name = "windows-targets" 1522 - version = "0.42.2" 1523 - source = "registry+https://github.com/rust-lang/crates.io-index" 1524 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 1525 - dependencies = [ 1526 - "windows_aarch64_gnullvm 0.42.2", 1527 - "windows_aarch64_msvc 0.42.2", 1528 - "windows_i686_gnu 0.42.2", 1529 - "windows_i686_msvc 0.42.2", 1530 - "windows_x86_64_gnu 0.42.2", 1531 - "windows_x86_64_gnullvm 0.42.2", 1532 - "windows_x86_64_msvc 0.42.2", 1533 - ] 1534 - 1535 - [[package]] 1536 - name = "windows-targets" 1537 - version = "0.48.0" 1538 - source = "registry+https://github.com/rust-lang/crates.io-index" 1539 - checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 1540 - dependencies = [ 1541 - "windows_aarch64_gnullvm 0.48.0", 1542 - "windows_aarch64_msvc 0.48.0", 1543 - "windows_i686_gnu 0.48.0", 1544 - "windows_i686_msvc 0.48.0", 1545 - "windows_x86_64_gnu 0.48.0", 1546 - "windows_x86_64_gnullvm 0.48.0", 1547 - "windows_x86_64_msvc 0.48.0", 1548 - ] 1549 - 1550 - [[package]] 1551 - name = "windows_aarch64_gnullvm" 1552 - version = "0.42.2" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 1555 - 1556 - [[package]] 1557 - name = "windows_aarch64_gnullvm" 1558 - version = "0.48.0" 1559 - source = "registry+https://github.com/rust-lang/crates.io-index" 1560 - checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 1561 - 1562 - [[package]] 1563 - name = "windows_aarch64_msvc" 1564 - version = "0.42.2" 1565 - source = "registry+https://github.com/rust-lang/crates.io-index" 1566 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 1567 - 1568 - [[package]] 1569 - name = "windows_aarch64_msvc" 1570 - version = "0.48.0" 1571 - source = "registry+https://github.com/rust-lang/crates.io-index" 1572 - checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 1573 - 1574 - [[package]] 1575 - name = "windows_i686_gnu" 1576 - version = "0.42.2" 1577 - source = "registry+https://github.com/rust-lang/crates.io-index" 1578 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 1579 - 1580 - [[package]] 1581 - name = "windows_i686_gnu" 1582 - version = "0.48.0" 1583 - source = "registry+https://github.com/rust-lang/crates.io-index" 1584 - checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 1585 - 1586 - [[package]] 1587 - name = "windows_i686_msvc" 1588 - version = "0.42.2" 1589 - source = "registry+https://github.com/rust-lang/crates.io-index" 1590 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 1591 - 1592 - [[package]] 1593 - name = "windows_i686_msvc" 1594 - version = "0.48.0" 1595 - source = "registry+https://github.com/rust-lang/crates.io-index" 1596 - checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1597 - 1598 - [[package]] 1599 - name = "windows_x86_64_gnu" 1600 - version = "0.42.2" 1601 - source = "registry+https://github.com/rust-lang/crates.io-index" 1602 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 1603 - 1604 - [[package]] 1605 - name = "windows_x86_64_gnu" 1606 - version = "0.48.0" 1607 - source = "registry+https://github.com/rust-lang/crates.io-index" 1608 - checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1609 - 1610 - [[package]] 1611 - name = "windows_x86_64_gnullvm" 1612 - version = "0.42.2" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 1615 - 1616 - [[package]] 1617 - name = "windows_x86_64_gnullvm" 1618 - version = "0.48.0" 1619 - source = "registry+https://github.com/rust-lang/crates.io-index" 1620 - checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1621 - 1622 - [[package]] 1623 - name = "windows_x86_64_msvc" 1624 - version = "0.42.2" 1625 - source = "registry+https://github.com/rust-lang/crates.io-index" 1626 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 1627 - 1628 - [[package]] 1629 - name = "windows_x86_64_msvc" 1630 - version = "0.48.0" 1631 - source = "registry+https://github.com/rust-lang/crates.io-index" 1632 - checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1633 - 1634 - [[package]] 1635 - name = "winreg" 1636 - version = "0.7.0" 1637 - source = "registry+https://github.com/rust-lang/crates.io-index" 1638 - checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1639 - dependencies = [ 1640 - "winapi 0.3.9", 1641 - ] 1642 - 1643 - [[package]] 1644 - name = "ws2_32-sys" 1645 - version = "0.2.1" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" 1648 - dependencies = [ 1649 - "winapi 0.2.8", 1650 - "winapi-build", 1651 - ] 1652 - 1653 - [[package]] 1654 - name = "xattr" 1655 - version = "0.2.3" 1656 - source = "registry+https://github.com/rust-lang/crates.io-index" 1657 - checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc" 1658 - dependencies = [ 1659 - "libc", 1660 - ] 1661 - 1662 - [[package]] 1663 - name = "xz2" 1664 - version = "0.1.7" 1665 - source = "registry+https://github.com/rust-lang/crates.io-index" 1666 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 1667 - dependencies = [ 1668 - "lzma-sys", 1669 - ]
+18 -33
pkgs/development/tools/rust/rustup-toolchain-install-master/default.nix
··· 2 2 lib, 3 3 rustPlatform, 4 4 fetchFromGitHub, 5 - runCommand, 6 5 stdenv, 7 6 patchelf, 8 7 zlib, 9 8 pkg-config, 10 9 openssl, 11 10 xz, 11 + replaceVars, 12 12 }: 13 13 14 - rustPlatform.buildRustPackage rec { 14 + rustPlatform.buildRustPackage (finalAttrs: { 15 15 pname = "rustup-toolchain-install-master"; 16 - version = "1.7.3"; 16 + version = "1.9.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "kennytm"; 20 - repo = pname; 21 - rev = "v${version}"; 22 - hash = "sha256-J25ER/g8Kylw/oTIEl4Gl8i1xmhR+4JM5M5EHpl1ras="; 20 + repo = "rustup-toolchain-install-master"; 21 + tag = "v${finalAttrs.version}"; 22 + hash = "sha256-0ayc4rzlZ9sLKzRhVr1fpRD7bmwQL69rkQ2jXBAdUPI="; 23 23 }; 24 24 25 - cargoLock = { 26 - lockFile = ./Cargo.lock; 27 - }; 25 + cargoHash = "sha256-VxrtkZbi9BprQOQFxOIAYEoAtg0kqyL3C4ih/5RobZI="; 28 26 29 - patches = 30 - let 31 - patchelfPatch = 32 - runCommand "0001-dynamically-patchelf-binaries.patch" 33 - { 34 - CC = stdenv.cc; 35 - patchelf = patchelf; 36 - libPath = "$ORIGIN/../lib:${lib.makeLibraryPath [ zlib ]}"; 37 - } 38 - '' 39 - export dynamicLinker=$(cat $CC/nix-support/dynamic-linker) 40 - substitute ${./0001-dynamically-patchelf-binaries.patch} $out \ 41 - --subst-var patchelf \ 42 - --subst-var dynamicLinker \ 43 - --subst-var libPath 44 - ''; 45 - in 46 - lib.optionals stdenv.hostPlatform.isLinux [ patchelfPatch ]; 27 + patches = lib.optional stdenv.hostPlatform.isLinux ( 28 + replaceVars ./0001-dynamically-patchelf-binaries.patch { 29 + inherit patchelf; 30 + dynamicLinker = "${stdenv.cc.libc}/lib/ld-linux-x86-64.so.2"; 31 + libPath = lib.makeLibraryPath [ 32 + zlib 33 + (placeholder "out" + "/lib") 34 + ]; 35 + } 36 + ); 47 37 48 38 nativeBuildInputs = [ pkg-config ]; 49 39 buildInputs = [ ··· 51 41 xz 52 42 ]; 53 43 54 - # update Cargo.lock to work with openssl 3 55 - postPatch = '' 56 - ln -sf ${./Cargo.lock} Cargo.lock 57 - ''; 58 - 59 44 meta = with lib; { 60 45 description = "Install a rustc master toolchain usable from rustup"; 61 46 mainProgram = "rustup-toolchain-install-master"; ··· 63 48 license = licenses.mit; 64 49 maintainers = [ ]; 65 50 }; 66 - } 51 + })