Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp/Cargo.toml')
| -rw-r--r-- | helix-lsp/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/helix-lsp/Cargo.toml b/helix-lsp/Cargo.toml index 83e37a98..39e750ad 100644 --- a/helix-lsp/Cargo.toml +++ b/helix-lsp/Cargo.toml @@ -19,14 +19,14 @@ helix-loader = { path = "../helix-loader" } helix-lsp-types = { path = "../helix-lsp-types" } anyhow = "1.0" -futures-executor = "0.3" -futures-util = { version = "0.3", features = ["std", "async-await"], default-features = false } +futures-executor.workspace = true +futures-util.workspace = true globset = "0.4.16" log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.45", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "sync"] } -tokio-stream = "0.1.17" +tokio-stream.workspace = true parking_lot.workspace = true arc-swap = "1" slotmap.workspace = true |