Remove unused dependencies (#14464)

This commit is contained in:
Sebastian Kunert
2023-06-27 15:33:42 +02:00
committed by GitHub
parent 5d8774016c
commit ede49c7ae6
44 changed files with 0 additions and 201 deletions
@@ -49,7 +49,6 @@ sp-inherents = { version = "4.0.0-dev", path = "../../../primitives/inherents" }
sp-keystore = { version = "0.27.0", path = "../../../primitives/keystore" }
sp-runtime = { version = "24.0.0", path = "../../../primitives/runtime" }
sp-state-machine = { version = "0.28.0", path = "../../../primitives/state-machine" }
sp-std = { version = "8.0.0", path = "../../../primitives/std" }
sp-storage = { version = "13.0.0", path = "../../../primitives/storage" }
sp-trie = { version = "22.0.0", path = "../../../primitives/trie" }
gethostname = "0.2.3"