From 44f472c65c72c814499a168b089905792f35e8f2 Mon Sep 17 00:00:00 2001 From: Tim Kuehn Date: Sat, 27 Feb 2016 22:32:53 -0800 Subject: [PATCH] Remove unused dep --- tarpc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index c2453d9..1d038d8 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -17,5 +17,4 @@ scoped-pool = "^0.1.5" serde = "^0.6.14" [dev-dependencies] -lazy_static = "^0.1.15" env_logger = "^0.3.2"