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