Mercurial > hg
comparison rust/chg/Cargo.lock @ 44669:1c385b99a360
rust-chg: depend on released version of tokio-process
Still it is futures-0.1 based.
Differential Revision: https://phab.mercurial-scm.org/D8358
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 03 Nov 2018 12:30:46 +0900 |
parents | 7623199def92 |
children | cf144f50f413 |
comparison
equal
deleted
inserted
replaced
44668:c11d98cff883 | 44669:1c385b99a360 |
---|---|
44 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | 44 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
45 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 45 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
46 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 46 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
47 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 47 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
48 "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 48 "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
49 "tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)", | 49 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
50 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | 50 "tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
51 ] | 51 ] |
52 | 52 |
53 [[package]] | 53 [[package]] |
54 name = "cloudabi" | 54 name = "cloudabi" |
416 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", | 416 "bytes 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", |
417 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | 417 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
418 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", | 418 "tokio 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
419 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | 419 "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
420 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | 420 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
421 "tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 421 "tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
422 "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | 422 "tokio-uds 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
423 ] | 423 ] |
424 | 424 |
425 [[package]] | 425 [[package]] |
426 name = "tokio-io" | 426 name = "tokio-io" |
432 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", | 432 "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", |
433 ] | 433 ] |
434 | 434 |
435 [[package]] | 435 [[package]] |
436 name = "tokio-process" | 436 name = "tokio-process" |
437 version = "0.2.2" | 437 version = "0.2.3" |
438 source = "git+https://github.com/alexcrichton/tokio-process#2e805aad57e2639246cbf7394899bf7a27c18ebd" | |
439 dependencies = [ | |
440 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | |
441 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | |
442 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | |
443 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
444 "tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", | |
445 "tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
446 "tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | |
447 "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | |
448 ] | |
449 | |
450 [[package]] | |
451 name = "tokio-process" | |
452 version = "0.2.2" | |
453 source = "registry+https://github.com/rust-lang/crates.io-index" | 438 source = "registry+https://github.com/rust-lang/crates.io-index" |
454 dependencies = [ | 439 dependencies = [ |
455 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", | 440 "futures 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", |
456 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", | 441 "libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
457 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", | 442 "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)", |
667 "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" | 652 "checksum tokio-current-thread 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f90fcd90952f0a496d438a976afba8e5c205fb12123f813d8ab3aa1c8436638c" |
668 "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" | 653 "checksum tokio-executor 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c117b6cf86bb730aab4834f10df96e4dd586eff2c3c27d3781348da49e255bde" |
669 "checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" | 654 "checksum tokio-fs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cbe4ca6e71cb0b62a66e4e6f53a8c06a6eefe46cc5f665ad6f274c9906f135" |
670 "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" | 655 "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d" |
671 "checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" | 656 "checksum tokio-io 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "8b8a85fffbec3c5ab1ab62324570230dcd37ee5996a7859da5caf7b9d45e3e8c" |
672 "checksum tokio-process 0.2.2 (git+https://github.com/alexcrichton/tokio-process)" = "<none>" | 657 "checksum tokio-process 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88e1281e412013f1ff5787def044a9577a0bed059f451e835f1643201f8b777d" |
673 "checksum tokio-process 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0832648d1ff7ca42c06ca45dc76797b92c56500de828e33c77276fa1449947b6" | |
674 "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" | 658 "checksum tokio-reactor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4b26fd37f1125738b2170c80b551f69ff6fecb277e6e5ca885e53eec2b005018" |
675 "checksum tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b6893092932264944edee8486d54b578c7098bea794aedaf9bd7947b49e6b7bf" | 659 "checksum tokio-signal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b6893092932264944edee8486d54b578c7098bea794aedaf9bd7947b49e6b7bf" |
676 "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" | 660 "checksum tokio-tcp 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ad235e9dadd126b2d47f6736f65aa1fdcd6420e66ca63f44177bc78df89f912" |
677 "checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" | 661 "checksum tokio-threadpool 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd8a8b911301c60cbfaa2a6588fb210e5c1038375b8bdecc47aa09a94c3c05f" |
678 "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" | 662 "checksum tokio-timer 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3a52f00c97fedb6d535d27f65cccb7181c8dd4c6edc3eda9ea93f6d45d05168e" |