summaryrefslogtreecommitdiff
path: root/support/texlab/crates/diagnostics/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/diagnostics/Cargo.toml')
-rw-r--r--support/texlab/crates/diagnostics/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/texlab/crates/diagnostics/Cargo.toml b/support/texlab/crates/diagnostics/Cargo.toml
index 490bee32f3..7de9c6042d 100644
--- a/support/texlab/crates/diagnostics/Cargo.toml
+++ b/support/texlab/crates/diagnostics/Cargo.toml
@@ -10,7 +10,7 @@ rust-version.workspace = true
base-db = { path = "../base-db" }
itertools = "0.12.0"
line-index = { path = "../line-index" }
-rowan = "0.15.13"
+rowan = "0.15.15"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
url = "2.5.0"