From 72efc26b14875c9c99578ca7a2bfd26ad1dfbbf0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 22 Mar 2015 23:10:40 -0400 Subject: update deps --- Cargo.lock | 19 +++++++++++-------- Cargo.toml | 6 +++--- 2 files changed, 14 insertions(+), 11 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" diff --git a/Cargo.toml b/Cargo.toml index 573fc44..e9006d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ version = "0.0.1" authors = ["Jesse Luehrs "] [dependencies] -rustc-serialize = "0.3.3" -openssl = "0.5.1" -rand = "0.2.0" +rustc-serialize = "0.3" +openssl = "0.5" +rand = "0.2" -- cgit v1.2.3-54-g00ecf