diff options
Diffstat (limited to 'support/texlab/crates/completion/Cargo.toml')
-rw-r--r-- | support/texlab/crates/completion/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/completion/Cargo.toml b/support/texlab/crates/completion/Cargo.toml index 5bcebea435..fbdd2d7201 100644 --- a/support/texlab/crates/completion/Cargo.toml +++ b/support/texlab/crates/completion/Cargo.toml @@ -11,7 +11,7 @@ base-db = { path = "../base-db" } completion-data = { path = "../completion-data" } fuzzy-matcher = { version = "0.3.7", features = ["compact"] } line-index = { path = "../line-index" } -rayon = "1.7.0" +rayon = "1.8.1" rowan = "0.15.15" rustc-hash = "1.1.0" syntax = { path = "../syntax" } |