fix unused deps

This commit is contained in:
Tadeo hepperle
2024-02-15 17:51:30 +01:00
parent eeca8f8eef
commit 6147ac9418
2 changed files with 0 additions and 6 deletions
-4
View File
@@ -88,10 +88,6 @@ impl-serde = { workspace = true }
primitive-types = { workspace = true, features = ["codec", "scale-info", "serde"] }
sp-core-hashing = { workspace = true }
# For ss58 encoding AccountId32 to serialize them properly:
base58 = { workspace = true }
blake2 = { workspace = true }
# Included if the "jsonrpsee" feature is enabled.
jsonrpsee = { workspace = true, optional = true, features = ["jsonrpsee-types"] }