build(deps): bump tracing-perfetto from 0.1.4 to 0.1.5 (#34818)

Bumps [tracing-perfetto](https://github.com/csmoe/tracing-perfetto) from 0.1.4 to 0.1.5.
- [Changelog](https://github.com/csmoe/tracing-perfetto/blob/main/CHANGELOG.md)
- [Commits](https://github.com/csmoe/tracing-perfetto/commits)

---
updated-dependencies:
- dependency-name: tracing-perfetto
  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-01-02 17:25:31 +00:00 committed by GitHub
parent 7b64b5499e
commit 7c023ee02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -7591,9 +7591,9 @@ dependencies = [
[[package]]
name = "tracing-perfetto"
version = "0.1.4"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b5136116bbb100a509d72c1cbde21079a818b0555933612ab703279b645394"
checksum = "cf599f51530a7211f5aa92c84abdfc1137362d471f0473a4b1be8d625167fb0d"
dependencies = [
"anyhow",
"bytes",

View file

@ -138,7 +138,7 @@ to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-12-04" }
tokio = "1"
tokio-rustls = "0.24"
tracing = "0.1.41"
tracing-perfetto = "0.1.4"
tracing-perfetto = "0.1.5"
tracing-subscriber = "0.3.19"
tungstenite = "0.20"
uluru = "3.0"