|
|
@@ -4,19 +4,20 @@ version = "0.4.0"
|
|
|
dependencies = [
|
|
|
"ansi_term 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"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)",
|
|
|
+ "datetime 0.4.2 (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.4 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "locale 0.2.0 (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.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.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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "users 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "zoneinfo_data 0.1.0 (git+https://github.com/rust-datetime/zoneinfo-data.git)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -28,14 +29,6 @@ dependencies = [
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-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)",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "ansi_term"
|
|
|
version = "0.7.1"
|
|
|
@@ -46,35 +39,29 @@ name = "bitflags"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cmake"
|
|
|
version = "0.1.12"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "datetime"
|
|
|
-version = "0.4.1"
|
|
|
+version = "0.4.2"
|
|
|
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)",
|
|
|
+ "iso8601 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "locale 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"num 0.1.30 (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.47 (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.21"
|
|
|
+version = "0.3.22"
|
|
|
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)",
|
|
|
@@ -100,11 +87,19 @@ version = "0.3.4"
|
|
|
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.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libgit2-sys 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libgit2-sys 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "iso8601"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "nom 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "kernel32-sys"
|
|
|
version = "0.2.1"
|
|
|
@@ -126,19 +121,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.5"
|
|
|
+version = "0.2.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libgit2-sys"
|
|
|
-version = "0.3.9"
|
|
|
+version = "0.3.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"cmake 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libssh2-sys 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libssh2-sys 0.1.35 (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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -152,13 +147,13 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "libssh2-sys"
|
|
|
-version = "0.1.34"
|
|
|
+version = "0.1.35"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"cmake 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.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.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "openssl-sys 0.7.5 (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)",
|
|
|
@@ -169,14 +164,14 @@ name = "libz-sys"
|
|
|
version = "1.0.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.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 = "locale"
|
|
|
-version = "0.1.8"
|
|
|
+version = "0.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -189,16 +184,13 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "0.1.7"
|
|
|
+name = "natord"
|
|
|
+version = "1.0.9"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "natord"
|
|
|
-version = "1.0.9"
|
|
|
+name = "nom"
|
|
|
+version = "1.2.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -207,7 +199,7 @@ version = "0.1.30"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rand 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -216,7 +208,7 @@ version = "0.2.10"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -230,11 +222,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "openssl-sys"
|
|
|
-version = "0.7.4"
|
|
|
+version = "0.7.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (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)",
|
|
|
"user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -267,33 +259,18 @@ version = "0.3.13"
|
|
|
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.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "0.1.47"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "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)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustc-serialize"
|
|
|
-version = "0.3.16"
|
|
|
+version = "0.3.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustc_version"
|
|
|
-version = "0.1.4"
|
|
|
+version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"semver 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -304,7 +281,7 @@ name = "scoped_threadpool"
|
|
|
version = "0.1.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rustc_version 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc_version 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -328,14 +305,6 @@ dependencies = [
|
|
|
"unicode-width 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tz"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "unicode-width"
|
|
|
version = "0.1.3"
|
|
|
@@ -347,7 +316,7 @@ version = "0.2.38"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -362,10 +331,10 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "users"
|
|
|
-version = "0.4.4"
|
|
|
+version = "0.5.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "libc 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -374,7 +343,7 @@ version = "0.1.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"rand 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -396,3 +365,12 @@ dependencies = [
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "zoneinfo_data"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/rust-datetime/zoneinfo-data.git#2ad3b0ea2a64676b529c79e9a381ce7fbf43aa94"
|
|
|
+dependencies = [
|
|
|
+ "datetime 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "locale 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|