aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_thread
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2025-02-14 16:33:14 +0100
committerGitHub <noreply@github.com>2025-02-14 15:33:14 +0000
commitebd471bb5549afebadaa1388ab629e59fda35483 (patch)
tree3e2571955c4ac8553cd96fdcc47101360e76e213 /components/layout_thread
parent32c13bcb1ea0b1d2d50bdac399421ad8489f0f7d (diff)
downloadservo-ebd471bb5549afebadaa1388ab629e59fda35483.tar.gz
servo-ebd471bb5549afebadaa1388ab629e59fda35483.zip
deps: Remove some unused `Cargo.toml` (#35466)
These were discovered with cargo-machete. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
Diffstat (limited to 'components/layout_thread')
-rw-r--r--components/layout_thread/Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml
index 0298e1a1c1c..7b0f8b2bc1c 100644
--- a/components/layout_thread/Cargo.toml
+++ b/components/layout_thread/Cargo.toml
@@ -17,7 +17,6 @@ tracing = ["dep:tracing", "layout/tracing"]
[dependencies]
app_units = { workspace = true }
base = { workspace = true }
-crossbeam-channel = { workspace = true }
embedder_traits = { workspace = true }
euclid = { workspace = true }
fnv = { workspace = true }
@@ -36,7 +35,6 @@ rayon = { workspace = true }
script = { path = "../script" }
script_layout_interface = { workspace = true }
script_traits = { workspace = true }
-serde_json = { workspace = true }
servo_allocator = { path = "../allocator" }
servo_arc = { workspace = true }
servo_atoms = { workspace = true }