mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 05:51:02 +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:
@@ -16,7 +16,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.16"
|
||||
futures = "0.3.30"
|
||||
tokio = { version = "1.22.0", features = ["macros", "time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
@@ -17,9 +17,9 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
array-bytes = "6.1"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
serde = { workspace = true, default-features = true }
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
sc-client-api = { path = "../../client/api" }
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -15,7 +15,7 @@ workspace = true
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
sc-block-builder = { path = "../../../client/block-builder" }
|
||||
sc-client-api = { path = "../../../client/api" }
|
||||
sc-consensus = { path = "../../../client/consensus/common" }
|
||||
|
||||
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1" }
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.30"
|
||||
parking_lot = "0.12.1"
|
||||
thiserror = { workspace = true }
|
||||
sc-transaction-pool = { path = "../../../client/transaction-pool" }
|
||||
|
||||
Reference in New Issue
Block a user