summaryrefslogtreecommitdiff
path: root/support/texlab/crates/texlab/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/texlab/Cargo.toml')
-rw-r--r--support/texlab/crates/texlab/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/support/texlab/crates/texlab/Cargo.toml b/support/texlab/crates/texlab/Cargo.toml
index 65752a4e60..98771a3900 100644
--- a/support/texlab/crates/texlab/Cargo.toml
+++ b/support/texlab/crates/texlab/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "texlab"
description = "LaTeX Language Server"
-version = "5.9.0"
+version = "5.9.1"
license.workspace = true
readme = "README.md"
authors.workspace = true
@@ -43,9 +43,11 @@ log = "0.4.19"
lsp-server = "0.7.2"
lsp-types = "0.94.0"
notify = "6.0.1"
+notify-debouncer-full = "0.2.0"
once_cell = "1.18.0"
parking_lot = "0.12.1"
parser = { path = "../parser" }
+rayon = "1.7.0"
references = { path = "../references" }
regex = "1.9.1"
rowan = "0.15.11"