From 4c12a9eed43b6c0a2c3b194a7201ba25e0b8432b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Apr 2019 03:04:54 -0400 Subject: stop using rustc_serialize --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9246928..d192c5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,8 @@ name = "set4" path = "tests/set4.rs" [dependencies] -rustc-serialize = "0.3" +base64 = "0.10" +hex = "0.3" openssl = "0.10" rand = "0.6" rand_core = "0.4" -- cgit v1.2.3-54-g00ecf