Skip to content

Commit a066bdd

Browse files
serban300dharjeezy
authored andcommitted
Align dependencies with parity-bridges-common (paritytech#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 paritytech/parity-bridges-common#2538
1 parent 7027a77 commit a066bdd

File tree

305 files changed

+466
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

305 files changed

+466
-434
lines changed

Cargo.lock

Lines changed: 74 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bridges/snowbridge/pallets/outbound-queue/merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea
2323

2424
[dev-dependencies]
2525
hex-literal = { version = "0.4.1" }
26-
env_logger = "0.9"
26+
env_logger = "0.11"
2727
hex = "0.4"
2828
array-bytes = "4.1"
2929
sp-crypto-hashing = { path = "../../../../../substrate/primitives/crypto/hashing" }

bridges/snowbridge/runtime/test-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workspace = true
1414
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
1515
hex-literal = { version = "0.4.1" }
1616
log = { workspace = true }
17-
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
17+
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
1818
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
1919
smallvec = "1.11.0"
2020

cumulus/client/collator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212
[dependencies]
1313
parking_lot = "0.12.1"
1414
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
15-
futures = "0.3.21"
15+
futures = "0.3.30"
1616
tracing = "0.1.25"
1717

1818
# Substrate
@@ -34,7 +34,7 @@ cumulus-client-network = { path = "../network" }
3434
cumulus-primitives-core = { path = "../../primitives/core" }
3535

3636
[dev-dependencies]
37-
async-trait = "0.1.74"
37+
async-trait = "0.1.79"
3838

3939
# Substrate
4040
sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" }

0 commit comments

Comments
 (0)