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
@@ -19,7 +19,6 @@ digest = { version = "0.10.3", default-features = false }
sha2 = { version = "0.10.2", default-features = false }
sha3 = { version = "0.10.0", default-features = false }
twox-hash = { version = "1.6.3", default-features = false, features = ["digest_0_10"] }
sp-std = { version = "8.0.0", default-features = false, path = "../../std" }
[features]
default = ["std"]
@@ -29,6 +28,5 @@ std = [
"byteorder/std",
"sha2/std",
"sha3/std",
"sp-std/std",
"twox-hash/std",
]
@@ -16,7 +16,6 @@ targets = ["x86_64-unknown-linux-gnu"]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.56"
quote = "1.0.28"
syn = { version = "2.0.16", features = ["full", "parsing"] }
sp-core-hashing = { version = "9.0.0", default-features = false, path = "../" }