summaryrefslogtreecommitdiff
path: root/support/texlab/crates/syntax/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/syntax/Cargo.toml')
-rw-r--r--support/texlab/crates/syntax/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/texlab/crates/syntax/Cargo.toml b/support/texlab/crates/syntax/Cargo.toml
index a2d3d866b6..5ae82f8bc5 100644
--- a/support/texlab/crates/syntax/Cargo.toml
+++ b/support/texlab/crates/syntax/Cargo.toml
@@ -7,8 +7,9 @@ edition.workspace = true
rust-version.workspace = true
[dependencies]
-itertools = "0.12.1"
-rowan = "0.15.15"
+itertools.workspace = true
+rowan.workspace = true
+rustc-hash.workspace = true
[lib]
doctest = false