mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 09:27:59 +00:00
42cc18a80c
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.33 to 0.1.34. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.33...tracing-0.1.34) --- updated-dependencies: - dependency-name: tracing 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>
13 lines
445 B
TOML
13 lines
445 B
TOML
[package]
|
|
name = "tracing-gum"
|
|
version = "0.9.19"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2021"
|
|
description = "Stick logs together with the TraceID as provided by tempo"
|
|
|
|
[dependencies]
|
|
tracing = "0.1.34"
|
|
jaeger = { path = "../jaeger", package = "polkadot-node-jaeger" }
|
|
gum-proc-macro = { path = "./proc-macro", package = "tracing-gum-proc-macro" }
|
|
polkadot-primitives = { path = "../../primitives", features = ["std"] }
|