deps: Remove unused crate dependencies (#31185)

These were identified with `cargo-marchete`.
This commit is contained in:
Martin Robinson 2024-01-27 00:18:26 +01:00 committed by GitHub
parent 33127e0e60
commit 5574492505
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 0 additions and 54 deletions

View file

@ -16,7 +16,6 @@ atomic_refcell = { workspace = true }
canvas_traits = { workspace = true }
crossbeam-channel = { workspace = true }
euclid = { workspace = true }
fxhash = { workspace = true }
gfx_traits = { workspace = true }
html5ever = { workspace = true }
ipc-channel = { workspace = true }
@ -26,7 +25,6 @@ malloc_size_of_derive = { workspace = true }
metrics = { path = "../../metrics" }
msg = { workspace = true }
net_traits = { workspace = true }
parking_lot = { workspace = true }
profile_traits = { workspace = true }
range = { path = "../../range" }
script_traits = { workspace = true }