summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-11-26 15:34:02 +0100
committerLaurenz <laurmaedje@gmail.com>2022-11-26 15:34:02 +0100
commit9db6e533cd8a1d925a7daad92e1b99e6f98ac773 (patch)
treeb7abf4afe13c2c1b14b54472ebef3b359567c9d8 /Cargo.lock
parent36490f7f7bbe450b12faa24eba500909ccda3f85 (diff)
Make content a bit more compact
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 23e40dfe..a043bea2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1053,6 +1053,12 @@ dependencies = [
]
[[package]]
+name = "thin-vec"
+version = "0.2.9"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "ceb05e71730d396f960f8f3901cdb41be2d339b303e9d7d3a07c5ff0536e671b"
+
+[[package]]
name = "thiserror"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1127,6 +1133,7 @@ dependencies = [
"subsetter",
"svg2pdf",
"syntect",
+ "thin-vec",
"tiny-skia",
"ttf-parser 0.17.1",
"typst-macros",