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
@@ -20,7 +20,7 @@ polkadot-node-jaeger = { path = "../../jaeger" }
rand = "0.8"
itertools = "0.10.5"
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
@@ -37,5 +37,5 @@ schnorrkel = { version = "0.11.4", default-features = false }
# rand_core should match schnorrkel
rand_core = "0.6.2"
rand_chacha = "0.3.1"
env_logger = "0.9.0"
env_logger = "0.11"
log = { workspace = true, default-features = true }
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
parity-scale-codec = { version = "3.6.1", features = ["std"] }
polkadot-primitives = { path = "../../../primitives" }
@@ -10,13 +10,13 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
tokio = "1.24.2"
futures = "0.3.30"
tokio = "1.37"
schnellru = "0.2.1"
rand = "0.8.5"
fatality = "0.0.6"
thiserror = { workspace = true }
async-trait = "0.1.74"
async-trait = "0.1.79"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-erasure-coding = { path = "../../../erasure-coding" }
@@ -30,7 +30,7 @@ sc-network = { path = "../../../../substrate/client/network" }
[dev-dependencies]
assert_matches = "1.4.0"
env_logger = "0.9.0"
env_logger = "0.11"
futures-timer = "3.0.2"
log = { workspace = true, default-features = true }
@@ -11,7 +11,7 @@ workspace = true
[dependencies]
always-assert = "0.1"
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
@@ -30,6 +30,6 @@ sp-keystore = { path = "../../../../substrate/primitives/keystore" }
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
maplit = "1.0.2"
log = { workspace = true, default-features = true }
env_logger = "0.9.0"
env_logger = "0.11"
assert_matches = "1.4.0"
rand_chacha = "0.3.1"
+2 -2
View File
@@ -11,8 +11,8 @@ workspace = true
[dependencies]
always-assert = "0.1"
async-trait = "0.1.74"
futures = "0.3.21"
async-trait = "0.1.79"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
@@ -11,7 +11,7 @@ workspace = true
[dependencies]
bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] }
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3"
gum = { package = "tracing-gum", path = "../../gum" }
@@ -30,7 +30,7 @@ tokio-util = "0.7.1"
[dev-dependencies]
log = { workspace = true, default-features = true }
env_logger = "0.9.0"
env_logger = "0.11"
assert_matches = "1.4.0"
sp-core = { path = "../../../../substrate/primitives/core", features = ["std"] }
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
derive_more = "0.99.17"
@@ -31,7 +31,7 @@ indexmap = "2.0.0"
[dev-dependencies]
async-channel = "1.8.0"
async-trait = "0.1.74"
async-trait = "0.1.79"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
sp-tracing = { path = "../../../../substrate/primitives/tracing" }
@@ -22,7 +22,7 @@ polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }
polkadot-primitives = { path = "../../../primitives" }
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
rand = { version = "0.8.5", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
@@ -37,7 +37,7 @@ sp-authority-discovery = { path = "../../../../substrate/primitives/authority-di
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
assert_matches = "1.4.0"
async-trait = "0.1.74"
async-trait = "0.1.79"
parking_lot = "0.12.1"
lazy_static = "1.4.0"
quickcheck = "1.0.3"
+3 -3
View File
@@ -11,7 +11,7 @@ workspace = true
[dependencies]
async-channel = "1.8.0"
async-trait = "0.1.74"
async-trait = "0.1.79"
hex = "0.4.3"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
@@ -19,8 +19,8 @@ polkadot-node-jaeger = { path = "../../jaeger" }
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
sc-network = { path = "../../../../substrate/client/network" }
sc-authority-discovery = { path = "../../../../substrate/client/authority-discovery" }
strum = { version = "0.24", features = ["derive"] }
futures = "0.3.21"
strum = { version = "0.26.2", features = ["derive"] }
futures = "0.3.30"
thiserror = { workspace = true }
fatality = "0.0.6"
rand = "0.8"
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }