build(deps): bump tracing-perfetto from 0.1.3 to 0.1.4 (#34801)

Bumps [tracing-perfetto](https://github.com/csmoe/tracing-perfetto) from 0.1.3 to 0.1.4.
- [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] 2024-12-31 08:55:23 +01:00 committed by GitHub
parent 50b375f5f1
commit 5a8350e2f2
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

@ -7571,9 +7571,9 @@ dependencies = [
[[package]]
name = "tracing-perfetto"
version = "0.1.3"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2be16ec38f047b3a21652de3f393f9d39858e86ee7def469820828489f53c00"
checksum = "85b5136116bbb100a509d72c1cbde21079a818b0555933612ab703279b645394"
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.3"
tracing-perfetto = "0.1.4"
tracing-subscriber = "0.3.19"
tungstenite = "0.20"
uluru = "3.0"