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.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/support/texlab/crates/diagnostics/Cargo.toml b/support/texlab/crates/diagnostics/Cargo.toml
index 3f87c8c879..490bee32f3 100644
--- a/support/texlab/crates/diagnostics/Cargo.toml
+++ b/support/texlab/crates/diagnostics/Cargo.toml
@@ -8,11 +8,12 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
-itertools = "0.11.0"
-rowan = "0.15.11"
+itertools = "0.12.0"
+line-index = { path = "../line-index" }
+rowan = "0.15.13"
rustc-hash = "1.1.0"
syntax = { path = "../syntax" }
-url = "=2.3.1"
+url = "2.5.0"
[dev-dependencies]
test-utils = { path = "../test-utils" }