|
|
@ -5,7 +5,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "aho-corasick" |
|
|
|
version = "0.6.5" |
|
|
|
version = "0.6.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -67,7 +67,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "bitwarden_rs" |
|
|
|
version = "0.9.0" |
|
|
|
version = "0.10.0" |
|
|
|
dependencies = [ |
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"data-encoding 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -461,7 +461,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "futures" |
|
|
|
version = "0.1.22" |
|
|
|
version = "0.1.23" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -469,7 +469,7 @@ name = "futures-cpupool" |
|
|
|
version = "0.1.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -532,7 +532,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"httparse 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -566,7 +566,7 @@ name = "hyper-tls" |
|
|
|
version = "0.1.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"native-tls 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1162,7 +1162,7 @@ name = "regex" |
|
|
|
version = "0.2.11" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1174,7 +1174,7 @@ name = "regex" |
|
|
|
version = "1.0.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-syntax 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1202,7 +1202,7 @@ name = "relay" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1220,7 +1220,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"encoding_rs 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hyper-tls 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1560,7 +1560,7 @@ name = "tokio" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-fs 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1578,7 +1578,7 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1588,7 +1588,7 @@ version = "0.1.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1605,7 +1605,7 @@ name = "tokio-executor" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1613,7 +1613,7 @@ name = "tokio-fs" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-threadpool 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -1624,7 +1624,7 @@ version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1633,7 +1633,7 @@ name = "tokio-proto" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1650,7 +1650,7 @@ name = "tokio-reactor" |
|
|
|
version = "0.1.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1663,7 +1663,7 @@ name = "tokio-service" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@ -1672,7 +1672,7 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-io 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1685,7 +1685,7 @@ version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-deque 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1697,7 +1697,7 @@ name = "tokio-timer" |
|
|
|
version = "0.2.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
@ -1706,7 +1706,7 @@ name = "tokio-tls" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"native-tls 0.1.5 (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.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1718,7 +1718,7 @@ version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"bytes 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mio 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tokio-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -1916,7 +1916,7 @@ name = "want" |
|
|
|
version = "0.0.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"try-lock 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
@ -1994,7 +1994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[metadata] |
|
|
|
"checksum adler32 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7e522997b529f05601e05166c07ed17789691f562762c7f3b987263d2dedee5c" |
|
|
|
"checksum aho-corasick 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f0ba20154ea1f47ce2793322f049c5646cc6d0fa9759d5f333f286e507bf8080" |
|
|
|
"checksum aho-corasick 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c1c6d463cbe7ed28720b5b489e7c083eeb8f90d08be2a0d6bb9e1ffea9ce1afa" |
|
|
|
"checksum antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "34fde25430d87a9388dadbe6e34d7f72a462c8b43ac8d309b42b0a8505d7e2a5" |
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef" |
|
|
|
"checksum ascii 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50" |
|
|
@ -2049,7 +2049,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
"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" |
|
|
|
"checksum futures 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)" = "80599c995ed197a276e27c27f94a6346446538adde3b87c1ab384f6f8cabfed4" |
|
|
|
"checksum futures 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "884dbe32a6ae4cd7da5c6db9b78114449df9953b8d490c9d7e1b51720b922c62" |
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
|
|
"checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb" |
|
|
|
"checksum generic-array 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe043cf9b85297937897087de81f590361686e1ac2d4d471b45435de5dfb6a6" |
|
|
|