diff options
Diffstat (limited to 'components/net/Cargo.toml')
-rw-r--r-- | components/net/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index 1945165b8c1..49be8762c10 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -56,9 +56,9 @@ rayon = { workspace = true } rustls = { workspace = true } rustls-pemfile = { workspace = true } rustls-pki-types = { workspace = true } +resvg = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -servo_allocator = { path = "../allocator" } servo_arc = { workspace = true } servo_config = { path = "../config" } servo_url = { path = "../url" } |