From 3ea89a1f9c8db4ccb238d4ebdb1c4260a1b98f12 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Wed, 25 Sep 2024 10:02:35 +0200 Subject: [PATCH] client: Remove unused `fs` dependency (#18324) CI bot notified me about that in https://github.com/zed-industries/zed/pull/18323 Release Notes: - N/A --- Cargo.lock | 1 - crates/client/Cargo.toml | 1 - 2 files changed, 2 deletions(-) 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