summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-03-22 23:10:40 -0400
committerJesse Luehrs <doy@tozt.net>2015-03-22 23:10:40 -0400
commit72efc26b14875c9c99578ca7a2bfd26ad1dfbbf0 (patch)
tree975f82b64b9753536cd043d7d156840e890ba488 /Cargo.lock
parentaa42eb5525047d55ed3206626101caf9e4db79ea (diff)
downloadmatasano-72efc26b14875c9c99578ca7a2bfd26ad1dfbbf0.tar.gz
matasano-72efc26b14875c9c99578ca7a2bfd26ad1dfbbf0.zip
update deps
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 11 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e3a428c..8dbcab7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,13 +3,13 @@ name = "matasano"
version = "0.0.1"
dependencies = [
"openssl 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rand 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "rustc-serialize 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "gcc"
-version = "0.3.1"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -27,8 +27,11 @@ dependencies = [
[[package]]
name = "log"
-version = "0.2.5"
+version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+]
[[package]]
name = "openssl"
@@ -44,7 +47,7 @@ name = "openssl-sys"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "gcc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gcc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.1.3 (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.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -62,15 +65,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rand"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rustc-serialize"
-version = "0.3.3"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"