From fa0521481beb3f8e8b2516ce5855363b7b674d1f Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Thu, 26 Sep 2024 14:33:05 -0700 Subject: [PATCH] Update ipc-channel and de-dupe windows (#33557) Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- Cargo.lock | 23 +++++++---------------- servo-tidy.toml | 1 - 2 files changed, 7 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f734f4b7438..dee78b9f1ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,7 +2238,7 @@ dependencies = [ "vec_map", "wasm-bindgen", "web-sys", - "windows 0.58.0", + "windows", ] [[package]] @@ -2425,7 +2425,7 @@ dependencies = [ "log", "presser", "thiserror", - "windows 0.58.0", + "windows", ] [[package]] @@ -3565,9 +3565,9 @@ dependencies = [ [[package]] name = "ipc-channel" -version = "0.18.2" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e46231d1db8ea8f874012b1b87efb9e968f763c577220372a9c7caadce1448da" +checksum = "c7f4c80f2df4fc64fb7fc2cff69fc034af26e6e6617ea9f1313131af464b9ca0" dependencies = [ "bincode", "crossbeam-channel", @@ -3579,7 +3579,7 @@ dependencies = [ "serde", "tempfile", "uuid", - "windows 0.48.0", + "windows", ] [[package]] @@ -3947,7 +3947,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -8065,7 +8065,7 @@ dependencies = [ "wasm-bindgen", "web-sys", "wgpu-types", - "windows 0.58.0", + "windows", "windows-core 0.58.0", ] @@ -8123,15 +8123,6 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" -[[package]] -name = "windows" -version = "0.48.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" -dependencies = [ - "windows-targets 0.48.5", -] - [[package]] name = "windows" version = "0.58.0" diff --git a/servo-tidy.toml b/servo-tidy.toml index fdfe384dc72..f9df10a16c3 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -53,7 +53,6 @@ packages = [ "foreign-types-shared", "metal", "glow", - "windows", "windows-core", # quickcheck (required by layout_2020 for tests) is