Update ipc-channel and de-dupe windows (#33557)

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2024-09-26 14:33:05 -07:00 committed by GitHub
parent a212464a84
commit fa0521481b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 17 deletions

23
Cargo.lock generated
View file

@ -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"

View file

@ -53,7 +53,6 @@ packages = [
"foreign-types-shared",
"metal",
"glow",
"windows",
"windows-core",
# quickcheck (required by layout_2020 for tests) is