Files
pezkuwi-subxt/polkadot/node/core/parachains-inherent/Cargo.toml
T
Serban Iorga 8e95a3e1aa 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
2024-04-02 13:41:01 +00:00

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" }