Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit ec91dc1

Browse files
authored
remove unused deps (#295)
* remove unused deps * update lock file
1 parent fde16c2 commit ec91dc1

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

client/beefy/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88
[dependencies]
99
fnv = "1.0.6"
1010
futures = "0.3"
11-
hex = "0.4"
1211
log = "0.4"
1312
parking_lot = "0.11"
1413
thiserror = "1.0"
@@ -21,7 +20,6 @@ sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
2120
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
2221
sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" }
2322
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
24-
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
2523
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
2624
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
2725
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }

client/beefy/rpc/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
99
futures = "0.3.16"
1010
log = "0.4"
1111
serde = { version = "1.0.130", features = ["derive"] }
12-
serde_json = "1.0.64"
1312

1413
jsonrpc-core = "18.0.0"
1514
jsonrpc-core-client = "18.0.0"

frame/beefy-mmr/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pallet-beefy = { path = "../beefy-pallet", default-features = false }
3030

3131
[dev-dependencies]
3232
sp-staking = { git = "https://github.com/paritytech/substrate", branch = "master" }
33-
hex = "0.4"
3433
hex-literal = "0.3"
3534

3635
[features]

0 commit comments

Comments
 (0)