mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 11:27:58 +00:00
a4527cbc49
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.26. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.26) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
647 B
TOML
20 lines
647 B
TOML
[package]
|
|
name = "polkadot-node-jaeger"
|
|
version = "0.9.9"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
description = "Polkadot Jaeger primitives"
|
|
|
|
[dependencies]
|
|
async-std = "1.8.0"
|
|
mick-jaeger = "0.1.4"
|
|
lazy_static = "1.4"
|
|
parking_lot = "0.11.1"
|
|
polkadot-primitives = { path = "../../primitives" }
|
|
polkadot-node-primitives = { path = "../primitives" }
|
|
sc-network = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
|
thiserror = "1.0.26"
|
|
log = "0.4.13"
|
|
parity-scale-codec = { version = "2.0.0", default-features = false }
|