Remove duplicated dependencies (#6930)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2020-08-21 22:25:58 +08:00
committed by GitHub
parent 69e349bd51
commit 8ae1695526
20 changed files with 81 additions and 194 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ sp-runtime-interface = { version = "2.0.0-rc6", default-features = false, path =
[dev-dependencies]
sp-serializer = { version = "2.0.0-rc6", path = "../serializer" }
pretty_assertions = "0.6.1"
hex-literal = "0.2.1"
hex-literal = "0.3.1"
rand = "0.7.2"
criterion = "0.2.11"
criterion = "0.3.3"
serde_json = "1.0"
rand_chacha = "0.2.2"