summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-10-25 17:39:40 +0200
committerLaurenz <laurmaedje@gmail.com>2023-10-25 17:39:40 +0200
commite686a11ae7410dc9e99ad755881663303b2301d9 (patch)
tree1a54c3835dd402793e74564ee730dbae2fd55901 /crates
parentc29a31b6c5b55d7416f967fede5b1db2c523a615 (diff)
Bump dependencies
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-library/Cargo.toml2
-rw-r--r--crates/typst/Cargo.toml12
2 files changed, 7 insertions, 7 deletions
diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml
index 10a1e1a6..e0af6a56 100644
--- a/crates/typst-library/Cargo.toml
+++ b/crates/typst-library/Cargo.toml
@@ -36,7 +36,7 @@ log = "0.4"
once_cell = "1"
ciborium = "0.2.1"
roxmltree = "0.18"
-rustybuzz = "0.7"
+rustybuzz = "0.10"
serde_json = "1"
serde_yaml = "0.9"
smallvec = "1.10"
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml
index 1ac00d4b..e0058a86 100644
--- a/crates/typst/Cargo.toml
+++ b/crates/typst/Cargo.toml
@@ -24,7 +24,7 @@ bytemuck = "1"
comemo = "0.3"
ecow = { version = "0.2", features = ["serde"] }
flate2 = "1"
-fontdb = { version = "0.14", default-features = false }
+fontdb = { version = "0.15", default-features = false }
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
indexmap = { version = "2", features = ["serde"] }
kurbo = "0.9"
@@ -35,14 +35,14 @@ pdf-writer = "0.9.1"
pixglyph = "0.2"
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
regex = "1"
-resvg = { version = "0.35.0", default-features = false, features = ["raster-images"] }
+resvg = { version = "0.36.0", default-features = false, features = ["raster-images"] }
roxmltree = "0.18"
-rustybuzz = "0.7"
+rustybuzz = "0.10"
serde = { version = "1.0.184", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1.1"
-svg2pdf = "0.8"
-tiny-skia = "0.10.0"
+svg2pdf = "0.9"
+tiny-skia = "0.11"
toml = { version = "0.8", default-features = false, features = ["parse"] }
tracing = "0.1.37"
ttf-parser = "0.19.2"
@@ -51,7 +51,7 @@ unicode-ident = "1.0"
unicode-math-class = "0.1"
unicode-segmentation = "1"
unscanny = "0.1"
-usvg = { version = "0.35", default-features = false, features = ["text"] }
+usvg = { version = "0.36", default-features = false, features = ["text"] }
xmlwriter = "0.1.0"
xmp-writer = "0.2"
time = { version = "0.3.20", features = ["std", "formatting", "macros", "parsing"] }