Skip to content

Commit 0e09b20

Browse files
authored
Merge pull request #2001 from mateusfigmelo/chore/pallets_subtensor_remove_unused_deps
chore: remove unused deps in pallets_subtensor
2 parents eef8a4d + 7b9bb25 commit 0e09b20

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

Cargo.lock

Lines changed: 0 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pallets/subtensor/Cargo.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,12 @@ frame-system.workspace = true
2727
sp-io.workspace = true
2828
serde = { workspace = true, features = ["derive"] }
2929
serde_json.workspace = true
30-
serde-tuple-vec-map.workspace = true
31-
serde_bytes = { workspace = true, features = ["alloc"] }
32-
serde_with = { workspace = true, features = ["macros"] }
3330
sp-runtime.workspace = true
3431
sp-std.workspace = true
3532
libsecp256k1.workspace = true
3633
log.workspace = true
3734
substrate-fixed.workspace = true
38-
pallet-transaction-payment.workspace = true
3935
pallet-utility.workspace = true
40-
ndarray.workspace = true
4136
hex.workspace = true
4237
share-pool.workspace = true
4338
safe-math.workspace = true
@@ -52,13 +47,11 @@ pallet-membership.workspace = true
5247
hex-literal.workspace = true
5348
num-traits = { workspace = true, features = ["libm"] }
5449
tle.workspace = true
55-
ark-bls12-381 = { workspace = true, features = ["curve"] }
5650
ark-serialize = { workspace = true, features = ["derive"] }
5751
w3f-bls.workspace = true
5852
sha2.workspace = true
5953
rand_chacha.workspace = true
6054
pallet-crowdloan.workspace = true
61-
pallet-proxy.workspace = true
6255

6356
[dev-dependencies]
6457
pallet-balances = { workspace = true, features = ["std"] }
@@ -75,7 +68,6 @@ pallet-preimage.workspace = true
7568

7669
[features]
7770
std = [
78-
"ark-bls12-381/std",
7971
"ark-serialize/std",
8072
"codec/std",
8173
"frame-benchmarking/std",
@@ -84,7 +76,6 @@ std = [
8476
"hex/std",
8577
"libsecp256k1/std",
8678
"log/std",
87-
"ndarray/std",
8879
"num-traits/std",
8980
"pallet-balances/std",
9081
"pallet-collective/std",
@@ -93,15 +84,12 @@ std = [
9384
"pallet-preimage/std",
9485
"pallet-scheduler/std",
9586
"pallet-subtensor-swap/std",
96-
"pallet-transaction-payment/std",
9787
"pallet-utility/std",
9888
"rand_chacha/std",
9989
"safe-math/std",
10090
"scale-info/std",
10191
"serde/std",
102-
"serde_bytes/std",
10392
"serde_json/std",
104-
"serde_with/std",
10593
"sha2/std",
10694
"share-pool/std",
10795
"sp-core/std",
@@ -121,7 +109,6 @@ std = [
121109
"sha2/std",
122110
"share-pool/std",
123111
"subtensor-runtime-common/std",
124-
"pallet-proxy/std",
125112
"pallet-crowdloan/std",
126113
"runtime-common/std"
127114
]
@@ -137,8 +124,6 @@ runtime-benchmarks = [
137124
"pallet-preimage/runtime-benchmarks",
138125
"pallet-scheduler/runtime-benchmarks",
139126
"pallet-subtensor-swap/runtime-benchmarks",
140-
"pallet-transaction-payment/runtime-benchmarks",
141-
"pallet-proxy/runtime-benchmarks",
142127
"pallet-crowdloan/runtime-benchmarks",
143128
"pallet-utility/runtime-benchmarks",
144129
"sp-runtime/runtime-benchmarks",
@@ -151,12 +136,10 @@ try-runtime = [
151136
"pallet-membership/try-runtime",
152137
"pallet-preimage/try-runtime",
153138
"pallet-scheduler/try-runtime",
154-
"pallet-transaction-payment/try-runtime",
155139
"pallet-utility/try-runtime",
156140
"sp-runtime/try-runtime",
157141
"pallet-collective/try-runtime",
158142
"pallet-drand/try-runtime",
159-
"pallet-proxy/try-runtime",
160143
"pallet-crowdloan/try-runtime",
161144
"runtime-common/try-runtime"
162145
]

0 commit comments

Comments
 (0)