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
+3 -3
View File
@@ -77,8 +77,8 @@ frame-benchmarking-cli = { path = "../../../substrate/utils/frame/benchmarking-c
frame-benchmarking = { path = "../../../substrate/frame/benchmarking" }
# External Crates
async-trait = "0.1.74"
futures = "0.3.21"
async-trait = "0.1.79"
futures = "0.3.30"
hex-literal = "0.4.1"
is_executable = "1.0.1"
gum = { package = "tracing-gum", path = "../gum" }
@@ -148,7 +148,7 @@ xcm-fee-payment-runtime-api = { path = "../../xcm/xcm-fee-payment-runtime-api" }
polkadot-test-client = { path = "../test/client" }
polkadot-node-subsystem-test-helpers = { path = "../subsystem-test-helpers" }
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../primitives/test-helpers" }
env_logger = "0.9.0"
env_logger = "0.11"
assert_matches = "1.5.0"
serial_test = "2.0.0"
tempfile = "3.2"