mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
Align dependencies with parity-bridges-common (#3937)
Working towards migrating the `parity-bridges-common` repo inside `polkadot-sdk`. This PR upgrades some dependencies in order to align them with the versions used in `parity-bridges-common` Related to https://github.com/paritytech/parity-bridges-common/issues/2538
This commit is contained in:
@@ -22,7 +22,7 @@ sp-consensus-babe = { path = "../../primitives/consensus/babe", default-features
|
||||
sp-genesis-builder = { path = "../../primitives/genesis-builder", default-features = false }
|
||||
sp-block-builder = { path = "../../primitives/block-builder", default-features = false }
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
|
||||
sp-inherents = { path = "../../primitives/inherents", default-features = false }
|
||||
sp-keyring = { path = "../../primitives/keyring", default-features = false }
|
||||
sp-offchain = { path = "../../primitives/offchain", default-features = false }
|
||||
@@ -53,7 +53,7 @@ array-bytes = { version = "6.1", optional = true }
|
||||
log = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
sc-block-builder = { path = "../../client/block-builder" }
|
||||
sc-chain-spec = { path = "../../client/chain-spec" }
|
||||
sc-executor = { path = "../../client/executor" }
|
||||
|
||||
Reference in New Issue
Block a user