|
|
@ -708,6 +708,7 @@ dependencies = [ |
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"slab 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -736,6 +737,14 @@ dependencies = [ |
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "threadpool" |
|
|
|
|
|
version = "1.7.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "time" |
|
|
name = "time" |
|
|
version = "0.1.42" |
|
|
version = "0.1.42" |
|
|
@ -1115,6 +1124,7 @@ dependencies = [ |
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
|
|
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
|
|
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
|
|
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
|
|
|
|
|
"checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" |
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f" |
|
|
"checksum tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "94a1f9396aec29d31bb16c24d155cfa144d1af91c40740125db3131bdaf76da8" |
|
|
"checksum tokio 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "94a1f9396aec29d31bb16c24d155cfa144d1af91c40740125db3131bdaf76da8" |
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
|
"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f" |
|
|
|