|
|
@@ -4,7 +4,7 @@ version = "0.3.0"
|
|
|
dependencies = [
|
|
|
"ansi_term 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "datetime 0.2.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 (git+https://github.com/alexcrichton/git2-rs.git)",
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -23,7 +23,7 @@ name = "advapi32-sys"
|
|
|
version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "winapi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
@@ -55,29 +55,29 @@ name = "cmake"
|
|
|
version = "0.1.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
name = "datetime"
|
|
|
-version = "0.2.1"
|
|
|
+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)",
|
|
|
"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)",
|
|
|
"regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex_macros 0.1.21 (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.13"
|
|
|
+version = "0.3.15"
|
|
|
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.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -88,7 +88,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
[[package]]
|
|
|
name = "git2"
|
|
|
version = "0.3.1"
|
|
|
-source = "git+https://github.com/alexcrichton/git2-rs.git#16d32f2468b9ff01e034d9e81578528c1a29c97e"
|
|
|
+source = "git+https://github.com/alexcrichton/git2-rs.git#2c0aa031ff16d4beb36e5def472423b222518fd5"
|
|
|
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)",
|
|
|
@@ -104,7 +104,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
[[package]]
|
|
|
name = "libgit2-sys"
|
|
|
version = "0.3.4"
|
|
|
-source = "git+https://github.com/alexcrichton/git2-rs.git#16d32f2468b9ff01e034d9e81578528c1a29c97e"
|
|
|
+source = "git+https://github.com/alexcrichton/git2-rs.git#2c0aa031ff16d4beb36e5def472423b222518fd5"
|
|
|
dependencies = [
|
|
|
"cmake 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -139,7 +139,7 @@ name = "libz-sys"
|
|
|
version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.15 (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)",
|
|
|
]
|
|
|
@@ -201,7 +201,7 @@ name = "openssl-sys"
|
|
|
version = "0.6.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "gcc 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "gcc 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"libc 0.1.10 (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)",
|
|
|
@@ -235,7 +235,7 @@ 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)",
|
|
|
- "winapi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -253,14 +253,6 @@ name = "regex-syntax"
|
|
|
version = "0.2.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "regex_macros"
|
|
|
-version = "0.1.21"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "regex 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "rustc-serialize"
|
|
|
version = "0.3.16"
|
|
|
@@ -335,7 +327,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
-version = "0.2.3"
|
|
|
+version = "0.2.4"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|