diff --git a/Cargo.toml b/Cargo.toml index f2633635e04..2be4868052c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,7 @@ style_traits = { path = "components/style_traits", features = ["servo"] } surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] } syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] } synstructure = "0.13" +thin-vec = "0.2.1" time = "0.1.41" tokio = "1" tokio-rustls = "0.24" diff --git a/components/malloc_size_of/Cargo.toml b/components/malloc_size_of/Cargo.toml index e1ffcf1c4dd..682e009ffbc 100644 --- a/components/malloc_size_of/Cargo.toml +++ b/components/malloc_size_of/Cargo.toml @@ -45,7 +45,7 @@ servo_arc = { path = "../servo_arc" } smallbitvec = { workspace = true } smallvec = { workspace = true } string_cache = { workspace = true, optional = true } -thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } +thin-vec = { workspace = true } time = { workspace = true, optional = true } tokio = { workspace = true } url = { workspace = true, optional = true } diff --git a/components/style/Cargo.toml b/components/style/Cargo.toml index 3a6ac07539b..e1688bfeee9 100644 --- a/components/style/Cargo.toml +++ b/components/style/Cargo.toml @@ -77,7 +77,7 @@ string_cache = { version = "0.8", optional = true } style_derive = { path = "../style_derive" } style_traits = { workspace = true } time = "0.1" -thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } +thin-vec = { workspace = true } to_shmem = { path = "../to_shmem" } to_shmem_derive = { path = "../to_shmem_derive" } uluru = "3.0" diff --git a/components/to_shmem/Cargo.toml b/components/to_shmem/Cargo.toml index 6de19e47df5..dff0a58e9d8 100644 --- a/components/to_shmem/Cargo.toml +++ b/components/to_shmem/Cargo.toml @@ -20,4 +20,4 @@ servo_arc = { path = "../servo_arc" } smallbitvec = { workspace = true } smallvec = { workspace = true } string_cache = { workspace = true, optional = true } -thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } +thin-vec = { workspace = true }