|
|
@@ -6,11 +6,11 @@ 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.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "git2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
"natord 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 0.2.6 (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)",
|
|
|
"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)",
|
|
|
@@ -29,7 +29,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "aho-corasick"
|
|
|
-version = "0.3.2"
|
|
|
+version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -52,10 +52,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cmake"
|
|
|
-version = "0.1.5"
|
|
|
+version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -63,7 +63,7 @@ name = "datetime"
|
|
|
version = "0.4.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -73,7 +73,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "gcc"
|
|
|
-version = "0.3.17"
|
|
|
+version = "0.3.19"
|
|
|
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)",
|
|
|
@@ -87,31 +87,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "git2"
|
|
|
-version = "0.3.1"
|
|
|
+version = "0.3.2"
|
|
|
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.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libgit2-sys 0.3.4 (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)",
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.1.10"
|
|
|
+version = "0.1.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libgit2-sys"
|
|
|
-version = "0.3.4"
|
|
|
+version = "0.3.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cmake 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libssh2-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cmake 0.1.7 (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.31 (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)",
|
|
|
+ "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -124,24 +124,24 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "libssh2-sys"
|
|
|
-version = "0.1.30"
|
|
|
+version = "0.1.31"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cmake 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cmake 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.12 (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)",
|
|
|
+ "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "libz-sys"
|
|
|
-version = "0.1.8"
|
|
|
+version = "0.1.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
+ "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -149,7 +149,7 @@ name = "locale"
|
|
|
version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
]
|
|
|
|
|
|
@@ -163,7 +163,7 @@ name = "memchr"
|
|
|
version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -182,10 +182,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
|
-version = "0.2.6"
|
|
|
+version = "0.2.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -198,13 +198,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys"
|
|
|
-version = "0.6.5"
|
|
|
+version = "0.6.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
"libressl-pnacl-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pkg-config 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -217,7 +217,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "pkg-config"
|
|
|
-version = "0.3.5"
|
|
|
+version = "0.3.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -234,7 +234,7 @@ version = "0.3.11"
|
|
|
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)",
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -243,7 +243,7 @@ name = "regex"
|
|
|
version = "0.1.41"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "aho-corasick 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "aho-corasick 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"memchr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"regex-syntax 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
@@ -322,7 +322,7 @@ name = "users"
|
|
|
version = "0.4.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|