This better matches where upstream puts compilers and development utilities.
139 lines
5.7 KiB
Diff
139 lines
5.7 KiB
Diff
From f32fa685610399739a2584ae02653753a372d6ed Mon Sep 17 00:00:00 2001
|
|
From: Cody P Schafer <dev@codyps.com>
|
|
Date: Fri, 13 Feb 2015 15:24:16 -0500
|
|
Subject: [PATCH] update pkg versions
|
|
|
|
---
|
|
Cargo.lock | 32 ++++++++++++++++----------------
|
|
1 file changed, 16 insertions(+), 16 deletions(-)
|
|
|
|
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 14dd876..629585c 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -4,7 +4,7 @@ version = "0.1.0"
|
|
dependencies = [
|
|
"advapi32-sys 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"curl 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "docopt 0.6.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "docopt 0.6.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"env_logger 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"flate2 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"git2 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -18,8 +18,8 @@ dependencies = [
|
|
"semver 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tar 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"term 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "time 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "toml 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "time 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "toml 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
@@ -44,7 +44,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"curl-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "openssl-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
@@ -55,13 +55,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "openssl-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "docopt"
|
|
-version = "0.6.36"
|
|
+version = "0.6.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"regex 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -97,7 +97,7 @@ version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "libgit2-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libgit2-sys 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
@@ -136,13 +136,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
-version = "0.1.12"
|
|
+version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libssh2-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "openssl-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pkg-config 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -159,7 +159,7 @@ version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libz-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "openssl-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "openssl-sys 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
@@ -192,12 +192,12 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
-version = "0.3.3"
|
|
+version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libressl-pnacl-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
- "pkg-config 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pkg-config 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
@@ -207,7 +207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
-version = "0.2.0"
|
|
+version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
@@ -255,7 +255,7 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "time"
|
|
-version = "0.1.16"
|
|
+version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gcc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -264,7 +264,7 @@ dependencies = [
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
-version = "0.1.16"
|
|
+version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rustc-serialize 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
--
|
|
2.3.0
|
|
|