summaryrefslogtreecommitdiff
path: root/support/texlab/crates/inlay-hints/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/inlay-hints/Cargo.toml')
-rw-r--r--support/texlab/crates/inlay-hints/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/texlab/crates/inlay-hints/Cargo.toml b/support/texlab/crates/inlay-hints/Cargo.toml
index 82b1c729b9..06a525a2f3 100644
--- a/support/texlab/crates/inlay-hints/Cargo.toml
+++ b/support/texlab/crates/inlay-hints/Cargo.toml
@@ -8,12 +8,12 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
-rowan = "0.15.11"
+rowan = "0.15.13"
rustc-hash = "1.1.0"
-syntax = { path = "../syntax" }
[dev-dependencies]
test-utils = { path = "../test-utils" }
+expect-test = "1.4.1"
[lib]
doctest = false