From 5a8350e2f2b3f4185724a9b7626bc6b7fc473fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:55:23 +0100 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa57f7505ab..793488dc08c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 1d769c4eecd..8837be7f2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"