Update ipc-channel and other dependencies

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

Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
This commit is contained in:
Mukilan Thiyagarajan 2023-06-25 15:11:43 +05:30 committed by Mukilan Thiyagarajan
parent a1bfdb60e4
commit a3e3b4d48f
3 changed files with 56 additions and 84 deletions

View file

@ -25,8 +25,6 @@ packages = [
"base64",
"cfg-if",
"cookie",
"crossbeam-channel",
"crossbeam-utils",
"fixedbitset",
"getrandom",
"half",
@ -73,7 +71,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 upgraded.
"uuid",
]
# Files that are ignored for all tidy and lint checks.