Skip to content

Commit

Permalink
Align dependencies with parity-bridges-common (#3937)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
serban300 authored and Ank4n committed Apr 9, 2024
1 parent a1e6f04 commit 8164280
Show file tree
Hide file tree
Showing 305 changed files with 466 additions and 434 deletions.
116 changes: 74 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea

[dev-dependencies]
hex-literal = { version = "0.4.1" }
env_logger = "0.9"
env_logger = "0.11"
hex = "0.4"
array-bytes = "4.1"
sp-crypto-hashing = { path = "../../../../../substrate/primitives/crypto/hashing" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/snowbridge/runtime/test-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] }
hex-literal = { version = "0.4.1" }
log = { workspace = true }
scale-info = { version = "2.10.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.11.1", default-features = false, features = ["derive"] }
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
smallvec = "1.11.0"

Expand Down
4 changes: 2 additions & 2 deletions cumulus/client/collator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workspace = true
[dependencies]
parking_lot = "0.12.1"
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
futures = "0.3.21"
futures = "0.3.30"
tracing = "0.1.25"

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

[dev-dependencies]
async-trait = "0.1.74"
async-trait = "0.1.79"

# Substrate
sp-maybe-compressed-blob = { path = "../../../substrate/primitives/maybe-compressed-blob" }
Expand Down
Loading

0 comments on commit 8164280

Please sign in to comment.