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.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') 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