##// END OF EJS Templates
py3: fix comparison between int and None...
py3: fix comparison between int and None If stop is None, the condition was always false on Python 2, as None compares smaller than ints. Therefore we make the condition false if stop is None.

File last commit:

r45231:e9e44e61 default
r45499:9e5f598f stable
Show More
Cargo.lock
701 lines | 33.3 KiB | text/plain | TextLexer
Yuya Nishihara
rust-chg: update dependencies...
r45160 # This file is automatically @generated by Cargo.
# It is not intended for manual editing.
Yuya Nishihara
rust-chg: update dependencies
r40004 [[package]]
Yuya Nishihara
rust-chg: update dependencies...
r45160 name = "arc-swap"
version = "0.4.5"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
Yuya Nishihara
rust-chg: update dependencies...
r45160
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Yuya Nishihara
rust-chg: update dependencies
r40004
[[package]]
name = "bitflags"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.2.1"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "byteorder"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.3.4"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "bytes"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.4.12"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "cc"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.0.50"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cfg-if"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.10"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "chg"
version = "0.1.0"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "crossbeam-deque"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.7.3"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "crossbeam-epoch"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.8.2"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-queue"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-queue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "crossbeam-utils"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fnv"
version = "1.0.6"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "futures"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.29"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
Yuya Nishihara
rust-chg: update dependencies...
r45160 name = "hermit-abi"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
Yuya Nishihara
rust-chg: update dependencies
r40004 name = "iovec"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.4"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "lazy_static"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.4.0"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.2.68"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lock_api"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.3.3"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "log"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.4.8"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
Yuya Nishihara
rust-chg: update dependencies...
r45160 name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
Yuya Nishihara
rust-chg: update dependencies
r40004 name = "memoffset"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.5.4"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
Yuya Nishihara
rust-chg: update dependencies...
r45160 dependencies = [
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
Yuya Nishihara
rust-chg: update dependencies
r40004
[[package]]
name = "mio"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.6.21"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "miow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "num_cpus"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.12.0"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "parking_lot"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.9.0"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "parking_lot_core"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.6.2"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "redox_syscall"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.56"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "scopeguard"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "1.1.0"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
Yuya Nishihara
rust-chg: update dependencies...
r45160 name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"arc-swap 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
Yuya Nishihara
rust-chg: update dependencies
r40004 name = "slab"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.4.2"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "smallvec"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.6.13"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "socket2"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.3.11"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.22"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-codec"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.2"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-current-thread"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.7"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-executor"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.10"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-fs"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.7"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-hglib"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-io"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.13"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-process"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.2.5"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-reactor"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.12"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-signal"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.2.9"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-tcp"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.4"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-threadpool"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.18"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-timer"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.2.13"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-udp"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.1.6"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "tokio-uds"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.2.6"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Yuya Nishihara
rust-chg: update dependencies...
r45160 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
"iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies...
r45160 "tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Yuya Nishihara
rust-chg: update dependencies
r40004 ]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi"
Yuya Nishihara
rust-chg: update dependencies...
r45160 version = "0.3.8"
Yuya Nishihara
rust-chg: update dependencies
r40004 source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[metadata]
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum arc-swap 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d663a8e9a99154b5fb793032533f6328da35e23aac63d5c152279aa8ba356825"
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
"checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
"checksum hermit-abi 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e"
"checksum iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
"checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
"checksum lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
"checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
"checksum mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum mio-named-pipes 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
"checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
"checksum socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
"checksum tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
"checksum tokio-codec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
"checksum tokio-current-thread 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
"checksum tokio-executor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
"checksum tokio-fs 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum tokio-hglib 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8a138c3cb866c8a95ceddae44634bb159eefeebcdba45aec2158f8ad6c201e6d"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum tokio-io 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
"checksum tokio-process 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
"checksum tokio-reactor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
"checksum tokio-signal 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
"checksum tokio-sync 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
"checksum tokio-tcp 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
"checksum tokio-threadpool 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
"checksum tokio-timer 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
"checksum tokio-udp 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
"checksum tokio-uds 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
Yuya Nishihara
rust-chg: update dependencies...
r45160 "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
Yuya Nishihara
rust-chg: update dependencies
r40004 "checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"