build(deps): bump tracing-subscriber in the deps group

Bumps the deps group with 1 update: [tracing-subscriber](https://github.com/tokio-rs/tracing).


Updates `tracing-subscriber` from 0.3.18 to 0.3.19
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/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
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-30 01:18:43 +00:00 committed by GitHub
parent 3e50dfbbc5
commit 3f5b587c35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ tokio = { version = "1.35.0", features = [
"sync",
], default-features = false }
tracing = { version = "0.1.39", optional = true }
tracing-subscriber = { version = "0.3.17", features = [
tracing-subscriber = { version = "0.3.19", features = [
"fmt",
], default-features = false, optional = true }
cfg-if = "1.0.0"