summaryrefslogtreecommitdiff
path: root/support/texlab/crates/symbols/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/symbols/Cargo.toml')
-rw-r--r--support/texlab/crates/symbols/Cargo.toml9
1 files changed, 5 insertions, 4 deletions
diff --git a/support/texlab/crates/symbols/Cargo.toml b/support/texlab/crates/symbols/Cargo.toml
index 19a9c44964..5386efdcf9 100644
--- a/support/texlab/crates/symbols/Cargo.toml
+++ b/support/texlab/crates/symbols/Cargo.toml
@@ -12,13 +12,14 @@ doctest = false
[dependencies]
base-db = { path = "../base-db" }
distro = { path = "../distro" }
-itertools = "0.11.0"
-rowan = "0.15.11"
+itertools = "0.12.0"
+line-index = { path = "../line-index" }
+rowan = "0.15.13"
syntax = { path = "../syntax" }
titlecase = "2.2.1"
-url = "=2.3.1"
+url = "2.5.0"
[dev-dependencies]
-regex = "1.9.1"
+regex = "1.10.2"
test-utils = { path = "../test-utils" }
expect-test = "1.4.1"