Skip to content

Commit 24f8e26

Browse files
chore(deps): bump tracing-subscriber from 0.3.18 to 0.3.19 (#940)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.18 to 0.3.19. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0018754 commit 24f8e26

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A tool to submit NPoS election solutions for substrate based chai
1313
codec = { package = "parity-scale-codec", version = "3.0.0" }
1414
scale-info = { package = "scale-info", version = "2.11.6" }
1515
clap = { version = "4.5", features = ["derive", "env"] }
16-
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
16+
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
1717
jsonrpsee = { version = "0.24.7", features = ["ws-client"] }
1818
log = "0.4"
1919
serde = "1.0"

0 commit comments

Comments
 (0)