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
This commit is contained in:
Thorsten Ball 2024-09-25 10:02:35 +02:00 committed by GitHub
parent e9bc9ed5d5
commit fc9db97ac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -2409,7 +2409,6 @@ dependencies = [
"cocoa 0.26.0",
"collections",
"feature_flags",
"fs",
"futures 0.3.30",
"gpui",
"http_client",

View file

@ -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