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"