Update ipc-channel, crossbeam-channel and other deps (#30070)

These updates will allow us to move to the latest
nightly rustc

Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
Mukilan Thiyagarajan 2023-08-04 12:27:19 +05:30 committed by GitHub
parent 5305c507c2
commit 926cce5b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 78 deletions

View file

@ -25,8 +25,6 @@ packages = [
"base64",
"cfg-if",
"cookie",
"crossbeam-channel",
"crossbeam-utils",
"fixedbitset",
"getrandom",
"half",
@ -74,7 +72,7 @@ packages = [
# Duplicated by winit/surfman update.
"raw-window-handle",
# Temporarily duplicated until ipc-channels and gleam can be upgrded.
# Temporarily duplicated until gleam can be upgrded.
"uuid",
]
# Files that are ignored for all tidy and lint checks.