|
|
|
@ -7,29 +7,29 @@ dependencies = [
|
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"chunking 0.1.0", |
|
|
|
|
"clap 2.24.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"fuse 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"index 0.1.0", |
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pbr 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp-serde 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp-serde 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_utils 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_yaml 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"sodiumoxide 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_yaml 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"sodiumoxide 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"squash-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tar 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -54,7 +54,7 @@ version = "0.2.2"
|
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -86,7 +86,7 @@ name = "chrono"
|
|
|
|
|
version = "0.3.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -99,7 +99,7 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "clap" |
|
|
|
|
version = "2.24.1" |
|
|
|
|
version = "2.24.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -107,9 +107,9 @@ dependencies = [
|
|
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -127,7 +127,7 @@ name = "filetime"
|
|
|
|
|
version = "0.1.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -135,10 +135,10 @@ name = "fuse"
|
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread-scoped 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -171,15 +171,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libc" |
|
|
|
|
version = "0.2.22" |
|
|
|
|
version = "0.2.24" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libsodium-sys" |
|
|
|
|
version = "0.0.14" |
|
|
|
|
version = "0.0.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -195,7 +195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "log" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
version = "0.3.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -203,7 +203,7 @@ name = "memchr"
|
|
|
|
|
version = "1.0.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -222,12 +222,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num" |
|
|
|
|
version = "0.1.37" |
|
|
|
|
version = "0.1.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -235,7 +235,7 @@ name = "num-integer"
|
|
|
|
|
version = "0.1.34" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -244,12 +244,12 @@ version = "0.1.33"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-traits" |
|
|
|
|
version = "0.1.37" |
|
|
|
|
version = "0.1.39" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -258,7 +258,7 @@ version = "1.0.0"
|
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -278,29 +278,29 @@ name = "rand"
|
|
|
|
|
version = "0.3.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.1.17" |
|
|
|
|
version = "0.1.18" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "regex-syntax" |
|
|
|
|
version = "0.4.0" |
|
|
|
|
version = "0.4.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -309,27 +309,22 @@ version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "rmp-serde" |
|
|
|
|
version = "0.13.1" |
|
|
|
|
version = "0.13.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "0.9.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
version = "1.0.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -337,7 +332,7 @@ name = "serde_bytes"
|
|
|
|
|
version = "0.10.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -345,29 +340,29 @@ name = "serde_utils"
|
|
|
|
|
version = "0.6.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "serde_yaml" |
|
|
|
|
version = "0.7.0" |
|
|
|
|
version = "0.7.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "sodiumoxide" |
|
|
|
|
version = "0.0.14" |
|
|
|
|
version = "0.0.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -376,7 +371,7 @@ version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -387,11 +382,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tar" |
|
|
|
|
version = "0.4.11" |
|
|
|
|
version = "0.4.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -409,22 +404,22 @@ version = "0.3.0"
|
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "thread-id" |
|
|
|
|
version = "3.0.0" |
|
|
|
|
version = "3.1.0" |
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "thread-scoped" |
|
|
|
|
version = "1.0.1" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -432,7 +427,7 @@ name = "thread_local"
|
|
|
|
|
version = "0.3.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -442,14 +437,14 @@ version = "0.1.37"
|
|
|
|
|
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)", |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "unicode-segmentation" |
|
|
|
|
version = "1.1.0" |
|
|
|
|
version = "1.2.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -470,7 +465,7 @@ name = "users"
|
|
|
|
|
version = "0.5.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -480,7 +475,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "vec_map" |
|
|
|
|
version = "0.7.0" |
|
|
|
|
version = "0.8.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -503,7 +498,7 @@ name = "xattr"
|
|
|
|
|
version = "0.1.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -523,7 +518,7 @@ dependencies = [
|
|
|
|
|
"checksum blake2-rfc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0c6a476f32fef3402f1161f89d0d39822809627754a126f8441ff2a9d45e2d59" |
|
|
|
|
"checksum byteorder 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c40977b0ee6b9885c9013cd41d9feffdd22deb3bb4dc3a71d901cc7a77de18c8" |
|
|
|
|
"checksum chrono 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d9123be86fd2a8f627836c235ecdf331fdd067ecf7ac05aa1a68fbcf2429f056" |
|
|
|
|
"checksum clap 2.24.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b7541069be0b8aec41030802abe8b5cdef0490070afaa55418adea93b1e431e0" |
|
|
|
|
"checksum clap 2.24.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6b8f69e518f967224e628896b54e41ff6acfb4dcfefc5076325c36525dac900f" |
|
|
|
|
"checksum constant_time_eq 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "07dcb7959f0f6f1cf662f9a7ff389bcb919924d99ac41cf31f10d611d8721323" |
|
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97" |
|
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922" |
|
|
|
@ -531,48 +526,47 @@ dependencies = [
|
|
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf" |
|
|
|
|
"checksum libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122" |
|
|
|
|
"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502" |
|
|
|
|
"checksum libsodium-sys 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cbbc6e46017815abf8698de0ed4847fad45fd8cad2909ac38ac6de79673c1ad1" |
|
|
|
|
"checksum libc 0.2.24 (registry+https://github.com/rust-lang/crates.io-index)" = "38f5c2b18a287cf78b4097db62e20f43cace381dc76ae5c0a3073067f78b7ddc" |
|
|
|
|
"checksum libsodium-sys 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "45e6d6bd0f1b72068272e1689693e3218f192221fae7a2046081f60035540df8" |
|
|
|
|
"checksum linked-hash-map 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d262045c5b87c0861b3f004610afd0e2c851e2908d08b6c870cbb9d5f494ecd" |
|
|
|
|
"checksum linked-hash-map 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7860ec297f7008ff7a1e3382d7f7e1dcd69efc94751a2284bafc3d013c2aa939" |
|
|
|
|
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad" |
|
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b" |
|
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4" |
|
|
|
|
"checksum mmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc85448a6006dd2ba26a385a564a8a0f1f2c7e78c70f1a70b2e0f4af286b823" |
|
|
|
|
"checksum murmurhash3 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a2983372caf4480544083767bf2d27defafe32af49ab4df3a0b7fc90793a3664" |
|
|
|
|
"checksum num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "98b15ba84e910ea7a1973bccd3df7b31ae282bf9d8bd2897779950c9b8303d40" |
|
|
|
|
"checksum num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "2c3a3dc9f30bf824141521b30c908a859ab190b76e20435fcd89f35eb6583887" |
|
|
|
|
"checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37" |
|
|
|
|
"checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e" |
|
|
|
|
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99" |
|
|
|
|
"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6" |
|
|
|
|
"checksum pbr 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e048e3afebb6c454bb1c5d0fe73fda54698b4715d78ed8e7302447c37736d23a" |
|
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903" |
|
|
|
|
"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469" |
|
|
|
|
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
|
|
|
|
"checksum redox_syscall 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "29dbdfd4b9df8ab31dec47c6087b7b13cbf4a776f335e4de8efba8288dda075b" |
|
|
|
|
"checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01" |
|
|
|
|
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457" |
|
|
|
|
"checksum redox_syscall 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "3041aeb6000db123d2c9c751433f526e1f404b23213bd733167ab770c3989b4d" |
|
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b" |
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db" |
|
|
|
|
"checksum rmp 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7ce560a5728f4eec697f07f8d7fa20608893d44b4f5b8f9f5f51a2987f3cffe2" |
|
|
|
|
"checksum rmp-serde 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fe9599387fbc9af1a86a3ad0dc400f958acd6142a1e9c3167ff2acaefa591232" |
|
|
|
|
"checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af" |
|
|
|
|
"checksum serde 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3b46a59dd63931010fdb1d88538513f3279090d88b5c22ef4fe8440cfffcc6e3" |
|
|
|
|
"checksum rmp-serde 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f4a4c47e55d5b719a58f75af7454bcfe62a4d2018746f339510d159351ceb5b1" |
|
|
|
|
"checksum serde 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "c2f530d36fb84ec48fb7146936881f026cdbf4892028835fd9398475f82c1bb4" |
|
|
|
|
"checksum serde_bytes 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a73f5ad9bb83e1e407254c7a355f4efdaffe3c1442fc0657ddb8b9b6b225655" |
|
|
|
|
"checksum serde_utils 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f6e0edb364c93646633800df969086bc7c5c25fb3f1eb57349990d1cb4cae4bc" |
|
|
|
|
"checksum serde_yaml 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67dbc8620027a35776aa327847d48f70fd4531a1d2b7774f26247869b508d1b2" |
|
|
|
|
"checksum sodiumoxide 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "bc02c0bc77ffed8e8eaef004399b825cf4fd8aa02d0af6e473225affd583ff4d" |
|
|
|
|
"checksum serde_yaml 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49d983aa39d2884a4b422bb11bb38f4f48fa05186e17469bc31e47d01e381111" |
|
|
|
|
"checksum sodiumoxide 0.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "769317362b6ba15fe135147c9ea97dc773c76a312a5b91282dea27bcfed3596c" |
|
|
|
|
"checksum squash-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db1f9dde91d819b7746e153bc32489fa19e6a106c3d7f2b92187a4efbdc88b40" |
|
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694" |
|
|
|
|
"checksum tar 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c2374f318bbe2c5ac6c83dd6240d5f1a73106f72d39b3f7d6f8d8637c7b425d8" |
|
|
|
|
"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b" |
|
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6" |
|
|
|
|
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209" |
|
|
|
|
"checksum thread-id 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4437c97558c70d129e40629a5b385b3fb1ffac301e63941335e4d354081ec14a" |
|
|
|
|
"checksum thread-scoped 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14387dce246d09efe184c8ebc34d9db5c0672a908b2f50efc53359ae13d5ae68" |
|
|
|
|
"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773" |
|
|
|
|
"checksum thread-scoped 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99" |
|
|
|
|
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7" |
|
|
|
|
"checksum time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd7ccbf969a892bf83f1e441126968a07a3941c24ff522a26af9f9f4585d1a3" |
|
|
|
|
"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3" |
|
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946" |
|
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" |
|
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91" |
|
|
|
|
"checksum users 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7ae8fdf783cb9652109c99886459648feb92ecc749e6b8e7930f6decba74c7c" |
|
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122" |
|
|
|
|
"checksum vec_map 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8cdc8b93bd0198ed872357fb2e667f7125646b1762f16d60b2c96350d361897" |
|
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c" |
|
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
|