summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-27 15:49:01 +0200
committerLaurenz <laurmaedje@gmail.com>2023-03-27 15:49:04 +0200
commitd71c933cca6c9b58a0d560b10f07aefc8243f932 (patch)
treee423657dc8b8ac7c749cf48dbde36e15aea8ca09 /Cargo.toml
parent133621969045ec8f23a5dca7fe33837c2cba0e32 (diff)
Bump dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f17cc108..629f52fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ bench = false
typst-macros = { path = "macros" }
bitflags = "1"
bytemuck = "1"
-comemo = { git = "https://github.com/typst/comemo" }
+comemo = "0.2"
ecow = "0.1"
flate2 = "1"
if_chain = "1"
@@ -24,7 +24,7 @@ log = "0.4"
miniz_oxide = "0.5"
once_cell = "1"
pdf-writer = "0.6"
-pixglyph = { git = "https://github.com/typst/pixglyph" }
+pixglyph = "0.1"
regex = "1"
resvg = { version = "0.22", default-features = false }
roxmltree = "0.14"
@@ -36,7 +36,7 @@ svg2pdf = "0.4"
thin-vec = "0.2"
tiny-skia = "0.6.2"
ttf-parser = "0.18.1"
-unicode-math-class = { git = "https://github.com/typst/unicode-math-class" }
+unicode-math-class = "0.1"
unicode-segmentation = "1"
unicode-xid = "0.2"
unscanny = "0.1"