diff --git a/Cargo.lock b/Cargo.lock index d725e7a2ded..8a8bf9d6528 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7175,7 +7175,7 @@ dependencies = [ "fastrand", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -7537,9 +7537,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -7549,9 +7549,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", @@ -8448,7 +8448,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 001c3a96e58..6649d5eb8ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,7 +137,7 @@ time_03 = { package = "time", version = "0.3", features = ["large-dates", "local to_shmem = { git = "https://github.com/servo/stylo", branch = "2024-11-01" } tokio = "1" tokio-rustls = "0.24" -tracing = "0.1.40" +tracing = "0.1.41" tracing-perfetto = "0.1.3" tracing-subscriber = "0.3.18" tungstenite = "0.20"