From 7c023ee02afc0d65eb43e90dbd51130e66443f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:25:31 +0000 Subject: [PATCH] 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] 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 f783cb6eb07..80078ab12e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 6d38ff4fd10..2c8acdd4272 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.4" +tracing-perfetto = "0.1.5" tracing-subscriber = "0.3.19" tungstenite = "0.20" uluru = "3.0"