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

Commit

Permalink
remove unused deps (#295)
Browse files Browse the repository at this point in the history
* remove unused deps

* update lock file
  • Loading branch information
gilescope authored Sep 17, 2021
1 parent fde16c2 commit ec91dc1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions client/beefy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
[dependencies]
fnv = "1.0.6"
futures = "0.3"
hex = "0.4"
log = "0.4"
parking_lot = "0.11"
thiserror = "1.0"
Expand All @@ -21,7 +20,6 @@ sp-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-arithmetic = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-consensus = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" }
Expand Down
1 change: 0 additions & 1 deletion client/beefy/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
futures = "0.3.16"
log = "0.4"
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.64"

jsonrpc-core = "18.0.0"
jsonrpc-core-client = "18.0.0"
Expand Down
1 change: 0 additions & 1 deletion frame/beefy-mmr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ pallet-beefy = { path = "../beefy-pallet", default-features = false }

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

[features]
Expand Down

0 comments on commit ec91dc1

Please sign in to comment.