|
|
@@ -6,17 +6,17 @@ dependencies = [
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"datetime 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "git2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "git2 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num_cpus 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "number_prefix 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"scoped_threadpool 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "term_grid 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "term_grid 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "users 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "users 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -30,7 +30,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "aho-corasick"
|
|
|
-version = "0.3.4"
|
|
|
+version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -53,10 +53,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cmake"
|
|
|
-version = "0.1.8"
|
|
|
+version = "0.1.11"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -66,15 +66,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tz 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "gcc"
|
|
|
-version = "0.3.19"
|
|
|
+version = "0.3.20"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -88,15 +88,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "git2"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.3.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libgit2-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libgit2-sys 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "kernel32-sys"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "winapi 0.2.5 (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"
|
|
|
version = "0.1.15"
|
|
|
@@ -114,14 +123,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libgit2-sys"
|
|
|
-version = "0.3.6"
|
|
|
+version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cmake 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libssh2-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cmake 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libssh2-sys 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -135,13 +144,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "libssh2-sys"
|
|
|
-version = "0.1.32"
|
|
|
+version = "0.1.34"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cmake 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cmake 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libz-sys 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -149,11 +158,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "libz-sys"
|
|
|
-version = "0.1.9"
|
|
|
+version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -163,7 +172,7 @@ version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -186,7 +195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
-version = "0.1.27"
|
|
|
+version = "0.1.28"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -195,27 +204,28 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
|
-version = "0.2.7"
|
|
|
+version = "0.2.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "number_prefix"
|
|
|
-version = "0.2.4"
|
|
|
+version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys"
|
|
|
-version = "0.6.7"
|
|
|
+version = "0.7.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
@@ -253,10 +263,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "0.1.41"
|
|
|
+version = "0.1.43"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "aho-corasick 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
@@ -302,7 +312,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "term_grid"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -333,10 +343,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "users"
|
|
|
-version = "0.4.3"
|
|
|
+version = "0.4.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|