diff --git a/Cargo.lock b/Cargo.lock index d451f4ed14f8282723821e18c1ecb27465ed1d0b..b9c078ad35e44f260ce3aca33961e6923009f524 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9486,7 +9486,6 @@ dependencies = [ "itertools 0.11.0", "rand 0.8.5", "serde", - "settings", "smallvec", "strum", "theme", diff --git a/crates/ui2/Cargo.toml b/crates/ui2/Cargo.toml index 6778249c2820af62ccc05d7753d4496b72635989..401e2956b636e3695a5259d91ccec3f5e3c6a14e 100644 --- a/crates/ui2/Cargo.toml +++ b/crates/ui2/Cargo.toml @@ -10,7 +10,6 @@ chrono = "0.4" gpui2 = { path = "../gpui2" } itertools = { version = "0.11.0", optional = true } serde.workspace = true -settings = { path = "../settings" } smallvec.workspace = true strum = { version = "0.25.0", features = ["derive"] } theme = { path = "../theme" }