Skip to content

Commit de14d6b

Browse files
build(deps): bump tracing-subscriber in the tracing group (#4472)
Bumps the tracing group with 1 update: [tracing-subscriber](https://github.com/tokio-rs/tracing). Updates `tracing-subscriber` 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 dependency-group: tracing ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 38b017a commit de14d6b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4154,9 +4154,9 @@ dependencies = [
41544154

41554155
[[package]]
41564156
name = "tracing-subscriber"
4157-
version = "0.3.22"
4157+
version = "0.3.23"
41584158
source = "registry+https://github.com/rust-lang/crates.io-index"
4159-
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
4159+
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
41604160
dependencies = [
41614161
"matchers",
41624162
"nu-ansi-term",

linkerd/tracing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tracing = { workspace = true }
2020
tracing-log = "0.2"
2121

2222
[dependencies.tracing-subscriber]
23-
version = "0.3.22"
23+
version = "0.3.23"
2424
default-features = false
2525
features = [
2626
"env-filter",

0 commit comments

Comments
 (0)