comparison rust/Cargo.lock @ 616:a85c0c9bc1fa rust

hide epoch in ParamWaiter make_request handles the buffer too
author Matt Johnston <matt@ucc.asn.au>
date Wed, 08 Mar 2017 23:08:14 +0800
parents f3e39e2107fd
children aecd0a15133c
comparison
equal deleted inserted replaced
615:f153aec221be 616:a85c0c9bc1fa
1 [root] 1 [root]
2 name = "wort-templog" 2 name = "wort-templog"
3 version = "0.1.0" 3 version = "0.1.0"
4 dependencies = [ 4 dependencies = [
5 "base64 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
5 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", 6 "curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
6 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", 7 "docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
7 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", 8 "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
8 "futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", 9 "futures 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
9 "futures-cpupool 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", 10 "futures-cpupool 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
36 dependencies = [ 37 dependencies = [
37 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", 38 "memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
38 ] 39 ]
39 40
40 [[package]] 41 [[package]]
42 name = "base64"
43 version = "0.4.0"
44 source = "registry+https://github.com/rust-lang/crates.io-index"
45 dependencies = [
46 "byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
47 ]
48
49 [[package]]
50 name = "byteorder"
51 version = "1.0.0"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53
54 [[package]]
41 name = "cfg-if" 55 name = "cfg-if"
42 version = "0.1.0" 56 version = "0.1.0"
43 source = "registry+https://github.com/rust-lang/crates.io-index" 57 source = "registry+https://github.com/rust-lang/crates.io-index"
44 58
45 [[package]] 59 [[package]]
517 ] 531 ]
518 532
519 [metadata] 533 [metadata]
520 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" 534 "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
521 "checksum aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0638fd549427caa90c499814196d1b9e3725eb4d15d7339d6de073a680ed0ca2" 535 "checksum aho-corasick 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0638fd549427caa90c499814196d1b9e3725eb4d15d7339d6de073a680ed0ca2"
536 "checksum base64 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "065a0ce220ab84d0b6d5ae3e7bb77232209519c366f51f946fe28c19e84989d0"
537 "checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8"
522 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c" 538 "checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
523 "checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97" 539 "checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
524 "checksum curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c90e1240ef340dd4027ade439e5c7c2064dd9dc652682117bd50d1486a3add7b" 540 "checksum curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c90e1240ef340dd4027ade439e5c7c2064dd9dc652682117bd50d1486a3add7b"
525 "checksum curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d909dc402ae80b6f7b0118c039203436061b9d9a3ca5d2c2546d93e0a61aaa" 541 "checksum curl-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d909dc402ae80b6f7b0118c039203436061b9d9a3ca5d2c2546d93e0a61aaa"
526 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8" 542 "checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8"