build(deps): bump tracing-subscriber from 0.3.20 to 0.3.22 (#2273)

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.20 to 0.3.22.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.20...tracing-subscriber-0.3.22)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.22
  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>
This commit is contained in:
dependabot[bot]
2025-12-01 11:30:58 -07:00
committed by GitHub
parent 63914aa23e
commit 212508e1d9
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -5712,9 +5712,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
version = "0.3.20"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
dependencies = [
"nu-ansi-term",
"sharded-slab",

View File

@@ -25,7 +25,7 @@ anyhow = "1.0.100"
serde_json = "1.0.145"
itertools = "0.14.0"
tracing = { version = "0.1.43", default-features = false, features = ["std"] }
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt", "std"] }
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt", "std"] }
resolve-path = "0.1.0"
open = "5.3.3"
futures = "0.3.31"