summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/Cargo.lock')
-rw-r--r--support/texlab/Cargo.lock41
1 files changed, 30 insertions, 11 deletions
diff --git a/support/texlab/Cargo.lock b/support/texlab/Cargo.lock
index bbe9fa977b..d24072ed41 100644
--- a/support/texlab/Cargo.lock
+++ b/support/texlab/Cargo.lock
@@ -124,6 +124,7 @@ dependencies = [
"notify",
"once_cell",
"parser",
+ "percent-encoding",
"regex",
"rowan",
"rustc-hash",
@@ -133,14 +134,6 @@ dependencies = [
]
[[package]]
-name = "base-feature"
-version = "0.0.0"
-dependencies = [
- "rustc-hash",
- "url",
-]
-
-[[package]]
name = "beef"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -327,7 +320,6 @@ version = "0.0.0"
dependencies = [
"anyhow",
"base-db",
- "base-feature",
"bstr",
"crossbeam-channel",
"itertools",
@@ -1492,6 +1484,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
+name = "symbols"
+version = "0.0.0"
+dependencies = [
+ "base-db",
+ "distro",
+ "insta",
+ "itertools",
+ "regex",
+ "rowan",
+ "syntax",
+ "test-utils",
+ "titlecase",
+ "url",
+]
+
+[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1535,13 +1543,23 @@ dependencies = [
]
[[package]]
+name = "test-utils"
+version = "0.0.0"
+dependencies = [
+ "base-db",
+ "distro",
+ "rowan",
+ "syntax",
+ "url",
+]
+
+[[package]]
name = "texlab"
-version = "5.5.0"
+version = "5.5.1"
dependencies = [
"anyhow",
"assert_unordered",
"base-db",
- "base-feature",
"citeproc",
"clap 4.2.2",
"commands",
@@ -1571,6 +1589,7 @@ dependencies = [
"serde_regex",
"serde_repr",
"smol_str",
+ "symbols",
"syntax",
"tempfile",
"threadpool",