mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
8e95a3e1aa
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
23 lines
716 B
TOML
23 lines
716 B
TOML
[package]
|
|
name = "polkadot-node-core-parachains-inherent"
|
|
version = "7.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "Parachains inherent data provider for Polkadot node"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
futures = "0.3.30"
|
|
futures-timer = "3.0.2"
|
|
gum = { package = "tracing-gum", path = "../../gum" }
|
|
thiserror = { workspace = true }
|
|
async-trait = "0.1.79"
|
|
polkadot-node-subsystem = { path = "../../subsystem" }
|
|
polkadot-overseer = { path = "../../overseer" }
|
|
polkadot-primitives = { path = "../../../primitives" }
|
|
sp-blockchain = { path = "../../../../substrate/primitives/blockchain" }
|
|
sp-inherents = { path = "../../../../substrate/primitives/inherents" }
|