From dfa01dbb7a9e688af1f5031025f77b459ceffcb8 Mon Sep 17 00:00:00 2001 From: Craig Hills Date: Fri, 19 May 2017 11:49:32 -0400 Subject: [PATCH] remove rustc-serialize dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ae94ec..40d9138 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,6 @@ mime = "^0.2" openssl = "^0.9" base64 = "~0.5.0" hex = "^0.2.0" -rustc-serialize = "^0.3" rust-crypto = "^0.2" time = "^0.1" uuid = { version = "^0.4", features = ["v4"] }