From 51becea8c09c58119285d6fe85edb6c0914e800e Mon Sep 17 00:00:00 2001
From: wangjj9219 <183318287@qq.com>
Date: Fri, 5 Jun 2020 23:53:24 +0800
Subject: [PATCH] remove redundant dep (#205)

---
 benchmarking/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/benchmarking/Cargo.toml b/benchmarking/Cargo.toml
index f96ee44..de8081a 100644
--- a/benchmarking/Cargo.toml
+++ b/benchmarking/Cargo.toml
@@ -8,7 +8,6 @@ authors = ["Laminar Developers <hello@laminar.one>"]
 edition = "2018"
 
 [dependencies]
-linregress = "0.3.0"
 paste = "0.1.16"
 codec = { package = "parity-scale-codec", version = "1.3.0", default-features = false }
 sp-api = { version = "2.0.0-rc2", default-features = false }
-- 
GitLab