build(deps): bump tracing-perfetto from 0.1.1 to 0.1.2 (#34139)

Bumps [tracing-perfetto](https://github.com/csmoe/tracing-perfetto) from 0.1.1 to 0.1.2.
- [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-11-04 17:28:12 +00:00 committed by GitHub
parent 89f75a9055
commit 735618e9ad
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

@ -7611,9 +7611,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-perfetto" name = "tracing-perfetto"
version = "0.1.1" version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd21777b526dfcb57f11f65aa8a2024d83e1db52841993229b6e282e511978b7" checksum = "4c70bb5e88ac1d7f90334d3d84989b9862dfc2c907f339a1d494ee643246029c"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",

View file

@ -135,7 +135,7 @@ to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-10-04" }
tokio = "1" tokio = "1"
tokio-rustls = "0.24" tokio-rustls = "0.24"
tracing = "0.1.40" tracing = "0.1.40"
tracing-perfetto = "0.1.1" tracing-perfetto = "0.1.2"
tracing-subscriber = "0.3.18" tracing-subscriber = "0.3.18"
tungstenite = "0.20" tungstenite = "0.20"
uluru = "3.0" uluru = "3.0"