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:
Serban Iorga
2024-04-02 16:41:01 +03:00
committed by GitHub
parent 7430f41350
commit 8e95a3e1aa
305 changed files with 466 additions and 434 deletions
+4 -4
View File
@@ -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"