Skip to content

Commit a7ab9fa

Browse files
chore(deps): Bump tracing-subscriber in the cargo group (#354)
Bumps the cargo group with 1 update: [tracing-subscriber](https://github.com/tokio-rs/tracing). Updates `tracing-subscriber` from 0.3.19 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.20) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4890805 commit a7ab9fa

File tree

2 files changed

+13
-57
lines changed

2 files changed

+13
-57
lines changed

Cargo.lock

Lines changed: 12 additions & 56 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
@@ -49,7 +49,7 @@ serde_yaml = "0.9.25"
4949
prometheus = "0.14.0"
5050
chrono = { version = "0.4.41", features = ["serde"] }
5151
tracing = "0.1.37"
52-
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
52+
tracing-subscriber = { version = "0.3.20", features = ["json", "env-filter"] }
5353
tracing-opentelemetry = "0.30.0"
5454
opentelemetry = { version = "0.29.1" }
5555
opentelemetry-otlp = { version = "0.29.0", features = ["grpc-tonic", "logs"]}

0 commit comments

Comments
 (0)