Use more workspace dependencies (#39404)

I noticed that there are various dependencies that are listed
independently even though they are already in the Servo workspace. Is
there any issue with converting these to workspace dependencies?

Testing: No tests for Cargo.toml edits.

Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com>
This commit is contained in:
Alex Touchet 2025-09-19 23:01:59 -07:00 committed by GitHub
parent 5a0332f57e
commit 8590c4edcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -115,7 +115,7 @@ egui-file-dialog = "0.11.0"
egui-winit = { version = "0.32.3", default-features = false, features = ["accesskit", "clipboard", "wayland"] }
egui_glow = { version = "0.32.3", features = ["winit"] }
gilrs = "0.11.0"
glow = "0.16.0"
glow = { workspace = true }
headers = { workspace = true }
net = { path = "../../components/net" }
net_traits = { workspace = true }