summaryrefslogtreecommitdiff
path: root/support/texlab/Cargo.lock
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-11-06 03:03:43 +0000
committerNorbert Preining <norbert@preining.info>2023-11-06 03:03:43 +0000
commit240fd5fe8af67337e240c10434af4834fc86278f (patch)
treed3c79826e19d48c5559e120397514b76a28402ea /support/texlab/Cargo.lock
parentccd8f4d47ffbc15cb02b18cfb88cae0e995c3e69 (diff)
CTAN sync 202311060303
Diffstat (limited to 'support/texlab/Cargo.lock')
-rw-r--r--support/texlab/Cargo.lock14
1 files changed, 13 insertions, 1 deletions
diff --git a/support/texlab/Cargo.lock b/support/texlab/Cargo.lock
index 83f8a78e08..1b4136224c 100644
--- a/support/texlab/Cargo.lock
+++ b/support/texlab/Cargo.lock
@@ -801,6 +801,17 @@ dependencies = [
]
[[package]]
+name = "inlay-hints"
+version = "0.0.0"
+dependencies = [
+ "base-db",
+ "rowan",
+ "rustc-hash",
+ "syntax",
+ "test-utils",
+]
+
+[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1630,7 +1641,7 @@ dependencies = [
[[package]]
name = "texlab"
-version = "5.10.1"
+version = "5.11.0"
dependencies = [
"anyhow",
"assert_unordered",
@@ -1651,6 +1662,7 @@ dependencies = [
"folding",
"fuzzy-matcher",
"hover",
+ "inlay-hints",
"insta",
"itertools 0.11.0",
"log",