mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +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:
@@ -17,7 +17,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"
|
||||
jsonrpsee = { version = "0.22", features = ["server"] }
|
||||
log = { workspace = true, default-features = true }
|
||||
parking_lot = "0.12.1"
|
||||
@@ -40,10 +40,10 @@ sp-runtime = { path = "../../primitives/runtime" }
|
||||
sp-session = { path = "../../primitives/session" }
|
||||
sp-version = { path = "../../primitives/version" }
|
||||
sp-statement-store = { path = "../../primitives/statement-store" }
|
||||
tokio = "1.22.0"
|
||||
tokio = "1.37"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.11"
|
||||
assert_matches = "1.3.0"
|
||||
sc-block-builder = { path = "../block-builder" }
|
||||
sc-network = { path = "../network" }
|
||||
@@ -51,7 +51,7 @@ sc-network-common = { path = "../network/common" }
|
||||
sc-transaction-pool = { path = "../transaction-pool" }
|
||||
sp-consensus = { path = "../../primitives/consensus/common" }
|
||||
sp-crypto-hashing = { path = "../../primitives/crypto/hashing" }
|
||||
tokio = "1.22.0"
|
||||
tokio = "1.37"
|
||||
sp-io = { path = "../../primitives/io" }
|
||||
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }
|
||||
pretty_assertions = "1.2.1"
|
||||
|
||||
Reference in New Issue
Block a user