summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-05-10 19:35:28 -0400
committerJesse Luehrs <doy@tozt.net>2015-05-10 19:35:28 -0400
commitccfafce47eadb72cfebe18c8c9f3d627ef51aab2 (patch)
tree1bacecc7b4715a29b8fdda801edbad1b235e6f6c /Cargo.toml
parentd2232f5132e4987845fe57687728b0eec6e3540c (diff)
downloadmatasano-ccfafce47eadb72cfebe18c8c9f3d627ef51aab2.tar.gz
matasano-ccfafce47eadb72cfebe18c8c9f3d627ef51aab2.zip
update rust version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bbbd731..f18ef09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,6 @@ path = "tests/set4.rs"
[dependencies]
rustc-serialize = "0.3"
-openssl = "0.5"
+openssl = "0.6"
rand = "0.3"
time = "0.1"