mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 13:57:58 +00:00
38ae5f02ef
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.11.2 to 0.12.1. - [Release notes](https://github.com/Amanieu/parking_lot/releases) - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md) - [Commits](https://github.com/Amanieu/parking_lot/compare/0.11.2...0.12.1) --- updated-dependencies: - dependency-name: parking_lot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
481 B
TOML
21 lines
481 B
TOML
[package]
|
|
name = "finality-relay"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
|
|
description = "Finality proofs relay"
|
|
|
|
[dependencies]
|
|
async-std = "1.6.5"
|
|
async-trait = "0.1"
|
|
backoff = "0.4"
|
|
bp-header-chain = { path = "../../primitives/header-chain" }
|
|
futures = "0.3.5"
|
|
log = "0.4.17"
|
|
num-traits = "0.2"
|
|
relay-utils = { path = "../utils" }
|
|
|
|
[dev-dependencies]
|
|
parking_lot = "0.12.1"
|