Skip to content

Commit a93373c

Browse files
Bump tracing-subscriber from 0.3.18 to 0.3.19
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]>
1 parent 142b4bf commit a93373c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -36,7 +36,7 @@ serde_json = "1.0.133"
3636
serde_yaml = "0.9.25"
3737
chrono = { version = "0.4.26", features = ["serde"] }
3838
tracing = "0.1.41"
39-
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
39+
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
4040
tracing-opentelemetry = "0.27.0"
4141
opentelemetry = { version = "0.26.0", features = ["trace"] }
4242
opentelemetry-otlp = { version = "0.26.0", optional = true }

0 commit comments

Comments
 (0)