mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 06:01:02 +00:00
Update substrate- and signer-related dependencies (#1297)
* update crypto dependencies, adjust keypair * add scale_info::TypeInfo derive in some places * add multi signature derive
This commit is contained in:
+13
-13
@@ -11,17 +11,17 @@ members = [
|
||||
"macro",
|
||||
"metadata",
|
||||
"signer",
|
||||
"subxt"
|
||||
"subxt",
|
||||
]
|
||||
|
||||
# We exclude any crates that would depend on non mutually
|
||||
# exclusive feature flags and thus can't compile with the
|
||||
# workspace:
|
||||
exclude = [
|
||||
"testing/wasm-rpc-tests",
|
||||
"testing/wasm-lightclient-tests",
|
||||
"signer/wasm-tests",
|
||||
"examples/wasm-example",
|
||||
"testing/wasm-rpc-tests",
|
||||
"testing/wasm-lightclient-tests",
|
||||
"signer/wasm-tests",
|
||||
"examples/wasm-example",
|
||||
"examples/parachain-example"
|
||||
]
|
||||
resolver = "2"
|
||||
@@ -41,7 +41,7 @@ async-trait = "0.1.74"
|
||||
assert_matches = "1.5.0"
|
||||
base58 = { version = "0.2.0" }
|
||||
bitvec = { version = "1", default-features = false }
|
||||
blake2 = { version = "0.10.4", default-features = false }
|
||||
blake2 = { version = "0.10.6", default-features = false }
|
||||
clap = { version = "4.4.8", features = ["derive", "cargo"] }
|
||||
criterion = "0.4"
|
||||
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false }
|
||||
@@ -100,10 +100,10 @@ instant = { version = "0.1.12", default-features = false }
|
||||
tokio-util = "0.7.10"
|
||||
|
||||
# Substrate crates:
|
||||
sp-core = { version = "21.0.0", default-features = false }
|
||||
sp-core-hashing = { version = "9.0.0", default-features = false }
|
||||
sp-runtime = "24.0.0"
|
||||
sp-keyring = "24.0.0"
|
||||
sp-core = { version = "26.0.0", default-features = false }
|
||||
sp-core-hashing = { version = "13.0.0", default-features = false }
|
||||
sp-runtime = "29.0.0"
|
||||
sp-keyring = "29.0.0"
|
||||
|
||||
# Subxt workspace crates:
|
||||
subxt = { version = "0.32.1", path = "subxt", default-features = false }
|
||||
@@ -119,8 +119,8 @@ substrate-runner = { path = "testing/substrate-runner" }
|
||||
bip39 = "2.0.0"
|
||||
hmac = "0.12.1"
|
||||
pbkdf2 = { version = "0.12.2", default-features = false }
|
||||
schnorrkel = "0.10.2"
|
||||
secp256k1 = "0.27.0"
|
||||
schnorrkel = "0.11.3"
|
||||
secp256k1 = "0.28.0"
|
||||
secrecy = "0.8.0"
|
||||
sha2 = "0.10.6"
|
||||
sha2 = "0.10.8"
|
||||
zeroize = { version = "1", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user