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
Generated
-2
View File
@@ -4502,9 +4502,7 @@ version = "0.34.0"
dependencies = [
"assert_matches",
"async-trait",
"base58",
"bitvec",
"blake2",
"derivative",
"either",
"frame-metadata 16.0.0",
-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"] }