|
|
@@ -7,7 +7,8 @@ dependencies = [
|
|
|
"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)",
|
|
|
- "libc 0.2.0 (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)",
|
|
|
@@ -23,7 +24,7 @@ name = "advapi32-sys"
|
|
|
version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "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)",
|
|
|
]
|
|
|
|
|
|
@@ -32,7 +33,7 @@ name = "aho-corasick"
|
|
|
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)",
|
|
|
+ "memchr 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -47,7 +48,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "byteorder"
|
|
|
-version = "0.3.13"
|
|
|
+version = "0.4.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -77,7 +78,7 @@ 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)",
|
|
|
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -96,6 +97,11 @@ dependencies = [
|
|
|
"url 0.2.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "lazy_static"
|
|
|
+version = "0.1.15"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
version = "0.1.12"
|
|
|
@@ -103,7 +109,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "libc"
|
|
|
-version = "0.2.0"
|
|
|
+version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -165,10 +171,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "memchr"
|
|
|
-version = "0.1.6"
|
|
|
+version = "0.1.7"
|
|
|
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]]
|
|
|
@@ -181,7 +187,7 @@ name = "num"
|
|
|
version = "0.1.27"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -235,12 +241,12 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
-version = "0.3.11"
|
|
|
+version = "0.3.12"
|
|
|
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.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.4 (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]]
|
|
|
@@ -249,7 +255,7 @@ version = "0.1.41"
|
|
|
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)",
|
|
|
- "memchr 0.1.6 (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)",
|
|
|
]
|
|
|
|
|
|
@@ -289,7 +295,7 @@ name = "tempdir"
|
|
|
version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -305,7 +311,7 @@ name = "tz"
|
|
|
version = "0.2.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -332,7 +338,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
-version = "0.2.4"
|
|
|
+version = "0.2.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|