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
+2 -2
View File
@@ -10,7 +10,7 @@ description = "The Chain API subsystem provides access to chain related utility
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-node-metrics = { path = "../../metrics" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -19,7 +19,7 @@ sc-client-api = { path = "../../../../substrate/client/api" }
sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" }
[dev-dependencies]
futures = { version = "0.3.21", features = ["thread-pool"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
maplit = "1.0.2"
parity-scale-codec = "3.6.1"
polkadot-node-primitives = { path = "../../primitives" }