Remove futures from debugger ui crate

This commit is contained in:
Remco Smits
2025-02-03 15:09:02 +01:00
parent 945e3226d8
commit 26f14fd036
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -3776,7 +3776,6 @@ dependencies = [
"dap",
"editor",
"env_logger 0.11.6",
"futures 0.3.31",
"fuzzy",
"gpui",
"language",

View File

@@ -25,7 +25,6 @@ collections.workspace = true
command_palette_hooks.workspace = true
dap.workspace = true
editor.workspace = true
futures.workspace = true
fuzzy.workspace = true
gpui.workspace = true
language.workspace = true