From 2cbb943cbef406a5223deea13e20c027094021bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 11 Dec 2018 14:47:13 +0100 Subject: [PATCH] chore: Remove useless dependencies --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a9ab3d1f..94d864ad3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,8 +39,5 @@ portable = ["rocksdb/portable"] [dev-dependencies] csv = "1.0" elapsed = "0.1" -moby-name-gen = "0.1" -serde_json = "1.0" structopt = "0.2" tempfile = "3.0" -warp = "0.1"