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
@@ -10,7 +10,7 @@ description = "Approval Voting Subsystem of the Polkadot node"
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["bit-vec", "derive"] }
gum = { package = "tracing-gum", path = "../../gum" }
@@ -41,7 +41,7 @@ rand_chacha = { version = "0.3.1" }
rand = "0.8.5"
[dev-dependencies]
async-trait = "0.1.74"
async-trait = "0.1.79"
parking_lot = "0.12.1"
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
@@ -52,4 +52,4 @@ assert_matches = "1.4.0"
kvdb-memorydb = "0.13.0"
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }
log = { workspace = true, default-features = true }
env_logger = "0.9.0"
env_logger = "0.11"
+2 -2
View File
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
kvdb = "0.13.0"
thiserror = { workspace = true }
@@ -29,7 +29,7 @@ polkadot-node-jaeger = { path = "../../jaeger" }
[dev-dependencies]
log = { workspace = true, default-features = true }
env_logger = "0.9.0"
env_logger = "0.11"
assert_matches = "1.4.0"
kvdb-memorydb = "0.13.0"
+2 -2
View File
@@ -10,7 +10,7 @@ description = "The Candidate Backing Subsystem. Tracks parachain candidates that
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
sp-keystore = { path = "../../../../substrate/primitives/keystore" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
@@ -30,7 +30,7 @@ sp-application-crypto = { path = "../../../../substrate/primitives/application-c
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
sc-keystore = { path = "../../../../substrate/client/keystore" }
sp-tracing = { path = "../../../../substrate/primitives/tracing" }
futures = { version = "0.3.21", features = ["thread-pool"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
assert_matches = "1.4.0"
rstest = "0.18.2"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
@@ -10,7 +10,7 @@ description = "Bitfield signing subsystem for the Polkadot node"
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
@@ -10,8 +10,8 @@ license.workspace = true
workspace = true
[dependencies]
async-trait = "0.1.74"
futures = "0.3.21"
async-trait = "0.1.79"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
@@ -31,7 +31,7 @@ polkadot-node-core-pvf = { path = "../pvf" }
[dev-dependencies]
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
futures = { version = "0.3.21", features = ["thread-pool"] }
futures = { version = "0.3.30", features = ["thread-pool"] }
assert_matches = "1.4.0"
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
sp-core = { path = "../../../../substrate/primitives/core" }
+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" }
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3"
gum = { package = "tracing-gum", path = "../../gum" }
polkadot-primitives = { path = "../../../primitives" }
@@ -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 = "3.6.1"
kvdb = "0.13.0"
@@ -10,11 +10,11 @@ description = "Parachains inherent data provider for Polkadot node"
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
thiserror = { workspace = true }
async-trait = "0.1.74"
async-trait = "0.1.79"
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-overseer = { path = "../../overseer" }
polkadot-primitives = { path = "../../../primitives" }
@@ -10,7 +10,7 @@ description = "The Prospective Parachains subsystem. Tracks and handles prospect
workspace = true
[dependencies]
futures = "0.3.19"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
parity-scale-codec = "3.6.4"
thiserror = { workspace = true }
+1 -1
View File
@@ -11,7 +11,7 @@ workspace = true
[dependencies]
bitvec = { version = "1.0.0", default-features = false, features = ["alloc"] }
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
thiserror = { workspace = true }
polkadot-primitives = { path = "../../../primitives" }
+1 -1
View File
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
thiserror = { workspace = true }
gum = { package = "tracing-gum", path = "../../gum" }
+1 -1
View File
@@ -14,7 +14,7 @@ always-assert = "0.1"
array-bytes = "6.1"
blake3 = "1.5"
cfg-if = "1.0"
futures = "0.3.21"
futures = "0.3.30"
futures-timer = "3.0.2"
gum = { package = "tracing-gum", path = "../../gum" }
is_executable = "1.0.1"
+1 -1
View File
@@ -12,7 +12,7 @@ workspace = true
[dependencies]
cfg-if = "1.0"
cpu-time = "1.0.0"
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../../gum" }
libc = "0.2.152"
thiserror = { workspace = true }
+3 -3
View File
@@ -10,7 +10,7 @@ license.workspace = true
workspace = true
[dependencies]
futures = "0.3.21"
futures = "0.3.30"
gum = { package = "tracing-gum", path = "../../gum" }
schnellru = "0.2.1"
@@ -25,8 +25,8 @@ polkadot-node-subsystem-types = { path = "../../subsystem-types" }
sp-api = { path = "../../../../substrate/primitives/api" }
sp-core = { path = "../../../../substrate/primitives/core" }
sp-keyring = { path = "../../../../substrate/primitives/keyring" }
async-trait = "0.1.74"
futures = { version = "0.3.21", features = ["thread-pool"] }
async-trait = "0.1.79"
futures = { version = "0.3.30", features = ["thread-pool"] }
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
polkadot-node-primitives = { path = "../../primitives" }
test-helpers = { package = "polkadot-primitives-test-helpers", path = "../../../primitives/test-helpers" }