build(deps): bump tracing from 0.1.40 to 0.1.41 (#34409)

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

---
updated-dependencies:
- dependency-name: tracing
  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] 2024-11-28 01:11:24 +01:00 committed by GitHub
parent d65a2e9797
commit 612492b372
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View file

@ -137,7 +137,7 @@ time_03 = { package = "time", version = "0.3", features = ["large-dates", "local
to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-11-01" }
tokio = "1"
tokio-rustls = "0.24"
tracing = "0.1.40"
tracing = "0.1.41"
tracing-perfetto = "0.1.3"
tracing-subscriber = "0.3.18"
tungstenite = "0.20"