mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 13:15:41 +00:00
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:
@@ -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
|
||||
@@ -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" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
futures = "0.3.28"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
dyn-clone = "1.0.16"
|
||||
futures = "0.3.28"
|
||||
|
||||
@@ -11,7 +11,7 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
thiserror = { workspace = true }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
@@ -7,9 +7,9 @@ description = "Inherent that needs to be present in every parachain block. Conta
|
||||
license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.73"
|
||||
async-trait = "0.1.79"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] }
|
||||
scale-info = { version = "2.10.0", features = ["derive"] }
|
||||
scale-info = { version = "2.11.1", features = ["derive"] }
|
||||
tracing = { version = "0.1.37" }
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -32,7 +32,7 @@ polkadot-primitives = { path = "../../../polkadot/primitives" }
|
||||
# Cumulus
|
||||
cumulus-primitives-core = { path = "../../primitives/core" }
|
||||
cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.32.0", features = ["macros"] }
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ sp-state-machine = { path = "../../../substrate/primitives/state-machine" }
|
||||
sc-client-api = { path = "../../../substrate/client/api" }
|
||||
|
||||
futures = "0.3.28"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
thiserror = { workspace = true }
|
||||
jsonrpsee-core = "0.22"
|
||||
parity-scale-codec = "3.6.4"
|
||||
|
||||
@@ -49,6 +49,6 @@ cumulus-primitives-core = { path = "../../primitives/core" }
|
||||
|
||||
array-bytes = "6.1"
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
futures = "0.3.28"
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
@@ -35,7 +35,7 @@ futures-timer = "3.0.2"
|
||||
parity-scale-codec = "3.6.4"
|
||||
jsonrpsee = { version = "0.22", features = ["ws-client"] }
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.74"
|
||||
async-trait = "0.1.79"
|
||||
url = "2.4.0"
|
||||
serde_json = { workspace = true, default-features = true }
|
||||
serde = { workspace = true, default-features = true }
|
||||
|
||||
Reference in New Issue
Block a user