diff --git a/Cargo.lock b/Cargo.lock index 4a81f996fa5..6c9b317821f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7611,9 +7611,9 @@ dependencies = [ [[package]] name = "tracing-perfetto" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd21777b526dfcb57f11f65aa8a2024d83e1db52841993229b6e282e511978b7" +checksum = "4c70bb5e88ac1d7f90334d3d84989b9862dfc2c907f339a1d494ee643246029c" dependencies = [ "anyhow", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 900bfc615c2..52ff0ec90f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-10-04" } tokio = "1" tokio-rustls = "0.24" tracing = "0.1.40" -tracing-perfetto = "0.1.1" +tracing-perfetto = "0.1.2" tracing-subscriber = "0.3.18" tungstenite = "0.20" uluru = "3.0"