diff --git a/Cargo.lock b/Cargo.lock index 52a325184f4b636889e9a03d14a24220153ca052..e649f27e820d3fd6d708e3ac6b3ab7caa1e6f619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2408,7 +2408,6 @@ dependencies = [ "cocoa 0.26.0", "collections", "feature_flags", - "fs", "futures 0.3.30", "gpui", "http_client", diff --git a/crates/client/Cargo.toml b/crates/client/Cargo.toml index 8ae4f15c9796b1bca6cb45b859e042a13c83841a..dd420bbbe6318455fce7c4e79503c781c70b61c8 100644 --- a/crates/client/Cargo.toml +++ b/crates/client/Cargo.toml @@ -23,7 +23,6 @@ chrono = { workspace = true, features = ["serde"] } clock.workspace = true collections.workspace = true feature_flags.workspace = true -fs.workspace = true futures.workspace = true gpui.workspace = true http_client.workspace = true