compositing: Remove unused dependency. (#38179)

There are no uses of `net` within the `compositing` crate.

Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Josh Matthews 2025-07-20 12:05:31 -04:00 committed by GitHub
parent 20386d9854
commit b8a6600e9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

1
Cargo.lock generated
View file

@ -1377,7 +1377,6 @@ dependencies = [
"ipc-channel",
"libc",
"log",
"net",
"pixels",
"profile_traits",
"servo-tracing",