Skip to content

Commit 92b0ffc

Browse files
build(deps): bump tracing-subscriber from 0.3.22 to 0.3.23 (#735)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 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>
1 parent db75db0 commit 92b0ffc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

libs/logging/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ chrono = { version = "0.4.44", default-features = false, features = ["clock"] }
1414
ctor = "0.6.3"
1515
is-terminal = "0.4.17"
1616
tracing = "0.1.44"
17-
tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }
17+
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }
1818

1919
[dev-dependencies]
2020
paste = "1.0.15"

0 commit comments

Comments
 (0)