|
|
@@ -4,12 +4,12 @@ version = "0.2.0"
|
|
|
dependencies = [
|
|
|
"ansi_term 0.5.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.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "datetime 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"getopts 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"git2 0.2.9 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"natord 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num_cpus 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"number_prefix 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pad 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"unicode-width 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -28,14 +28,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "datetime"
|
|
|
-version = "0.1.6"
|
|
|
+version = "0.1.7"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"locale 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.24 (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.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex_macros 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex_macros 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -59,7 +59,7 @@ dependencies = [
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libgit2-sys 0.2.12 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
- "url 0.2.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -74,7 +74,7 @@ source = "git+https://github.com/alexcrichton/git2-rs.git#315a6f2e6f20babaa2f484
|
|
|
dependencies = [
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libssh2-sys 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
@@ -93,16 +93,17 @@ version = "0.1.18"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libz-sys 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"openssl-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "libz-sys"
|
|
|
-version = "0.1.2"
|
|
|
+version = "0.1.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
+ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -112,7 +113,7 @@ version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -135,16 +136,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "num"
|
|
|
-version = "0.1.23"
|
|
|
+version = "0.1.24"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rand 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "num_cpus"
|
|
|
-version = "0.2.2"
|
|
|
+version = "0.2.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -155,7 +156,7 @@ name = "number_prefix"
|
|
|
version = "0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "num 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -192,29 +193,28 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "rand"
|
|
|
-version = "0.3.7"
|
|
|
+version = "0.3.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex"
|
|
|
-version = "0.1.29"
|
|
|
+version = "0.1.30"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "regex_macros"
|
|
|
-version = "0.1.16"
|
|
|
+version = "0.1.17"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "regex 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "rustc-serialize"
|
|
|
-version = "0.3.12"
|
|
|
+version = "0.3.13"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
@@ -222,7 +222,7 @@ name = "tempdir"
|
|
|
version = "0.3.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "rand 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -232,11 +232,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "0.2.30"
|
|
|
+version = "0.2.31"
|
|
|
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.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|