summaryrefslogtreecommitdiff
path: root/support/texlab/crates/references/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/references/Cargo.toml')
-rw-r--r--support/texlab/crates/references/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/references/Cargo.toml b/support/texlab/crates/references/Cargo.toml
index 49827f8d12..b2d80d49ee 100644
--- a/support/texlab/crates/references/Cargo.toml
+++ b/support/texlab/crates/references/Cargo.toml
@@ -8,7 +8,7 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
-rowan = "0.15.13"
+rowan = "0.15.15"
syntax = { path = "../syntax" }
[dev-dependencies]