summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTobias Schmitz <tobiasschmitz2001@gmail.com>2025-06-10 14:46:27 +0200
committerGitHub <noreply@github.com>2025-06-10 12:46:27 +0000
commita18ca3481da17a4de1cc7f9890f0c61efb480655 (patch)
tree84fb3fb78574856e20626f96754957bde5920dfb /Cargo.lock
parent82da96ed957a68017e092e2606226b45c34324f1 (diff)
Report errors in external files (#6308)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a9b3756a..b699d245 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3039,6 +3039,7 @@ dependencies = [
"icu_provider_blob",
"icu_segmenter",
"kurbo",
+ "memchr",
"rustybuzz",
"smallvec",
"ttf-parser",
@@ -3112,6 +3113,7 @@ dependencies = [
"unicode-segmentation",
"unscanny",
"usvg",
+ "utf8_iter",
"wasmi",
"xmlwriter",
]
@@ -3200,6 +3202,7 @@ dependencies = [
name = "typst-syntax"
version = "0.13.1"
dependencies = [
+ "comemo",
"ecow",
"serde",
"toml",