summaryrefslogtreecommitdiff
path: root/support/texlab/crates/test-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/test-utils/Cargo.toml')
-rw-r--r--support/texlab/crates/test-utils/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/support/texlab/crates/test-utils/Cargo.toml b/support/texlab/crates/test-utils/Cargo.toml
index 6426dad920..16a0099b04 100644
--- a/support/texlab/crates/test-utils/Cargo.toml
+++ b/support/texlab/crates/test-utils/Cargo.toml
@@ -9,8 +9,9 @@ rust-version.workspace = true
[dependencies]
base-db = { path = "../base-db" }
distro = { path = "../distro" }
-rowan = "0.15.11"
-url = "=2.3.1"
+line-index = { path = "../line-index" }
+rowan = "0.15.13"
+url = "2.5.0"
[lib]
doctest = false