get rid of needless deps

This commit is contained in:
Niklas
2022-02-03 12:24:43 +01:00
parent a5df40ab09
commit a09e8a88bd
2 changed files with 14 additions and 10 deletions
-1
View File
@@ -13,4 +13,3 @@ subxt = { path = "../subxt", version = "0.16.0" }
sp-core = "4.0.0"
async-std = { version = "1.9.0", features = ["attributes", "tokio1"] }
which = "4.2.2"
jsonrpsee = { version = "0.8", features = ["http-client"] }