Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-lsp-types/Cargo.toml')
-rw-r--r--helix-lsp-types/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-lsp-types/Cargo.toml b/helix-lsp-types/Cargo.toml
index e863da8d..9f9900fe 100644
--- a/helix-lsp-types/Cargo.toml
+++ b/helix-lsp-types/Cargo.toml
@@ -21,7 +21,7 @@ keywords = ["language", "server", "lsp", "vscode", "lsif"]
license = "MIT"
[dependencies]
-bitflags = "2.7.0"
+bitflags.workspace = true
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_repr = "0.1"