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.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/support/texlab/crates/symbols/Cargo.toml b/support/texlab/crates/symbols/Cargo.toml
index d297703d3b..65db0fc0bd 100644
--- a/support/texlab/crates/symbols/Cargo.toml
+++ b/support/texlab/crates/symbols/Cargo.toml
@@ -12,14 +12,14 @@ doctest = false
[dependencies]
base-db = { path = "../base-db" }
distro = { path = "../distro" }
-itertools = "0.12.0"
+itertools = "0.12.1"
line-index = { path = "../line-index" }
rowan = "0.15.15"
syntax = { path = "../syntax" }
-titlecase = "2.2.1"
+titlecase = "3.0.0"
url = "2.5.0"
[dev-dependencies]
-regex = "1.10.2"
+regex = "1.10.4"
test-utils = { path = "../test-utils" }
-expect-test = "1.4.1"
+expect-test = "1.5.0"