|
|
@@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "cmake"
|
|
|
-version = "0.1.7"
|
|
|
+version = "0.1.8"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
@@ -94,7 +94,7 @@ dependencies = [
|
|
|
"bitflags 0.1.1 (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)",
|
|
|
+ "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -117,9 +117,9 @@ name = "libgit2-sys"
|
|
|
version = "0.3.6"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "cmake 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "cmake 0.1.8 (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)",
|
|
|
+ "libssh2-sys 0.1.32 (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)",
|
|
|
@@ -135,14 +135,16 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "libssh2-sys"
|
|
|
-version = "0.1.31"
|
|
|
+version = "0.1.32"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
- "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)",
|
|
|
+ "cmake 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "libc 0.2.2 (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)",
|
|
|
+ "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)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -321,11 +323,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
[[package]]
|
|
|
name = "url"
|
|
|
-version = "0.2.37"
|
|
|
+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)",
|
|
|
+ "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
@@ -336,6 +339,15 @@ dependencies = [
|
|
|
"libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "uuid"
|
|
|
+version = "0.1.18"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "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)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "winapi"
|
|
|
version = "0.2.5"
|
|
|
@@ -346,3 +358,12 @@ name = "winapi-build"
|
|
|
version = "0.1.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "ws2_32-sys"
|
|
|
+version = "0.2.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "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)",
|
|
|
+]
|
|
|
+
|