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

@ -64,7 +64,7 @@ fonts_traits = { path = "components/shared/fonts" }
freetype-sys = "0.20"
fxhash = "0.2"
gleam = "0.15"
glow = "0.16"
glow = "0.16.0"
gstreamer = { version = "0.23", features = ["v1_18"] }
gstreamer-base = "0.23"
gstreamer-gl = "0.23"
@ -93,7 +93,7 @@ keyboard-types = { version = "0.8.1", features = ["serde", "webdriver"] }
kurbo = { version = "0.11.3", features = ["euclid"] }
layout_api = { path = "components/shared/layout" }
libc = "0.2"
log = "0.4"
log = "0.4.27"
mach2 = "0.4"
malloc_size_of = { package = "servo_malloc_size_of", path = "components/malloc_size_of" }
malloc_size_of_derive = "0.1"