summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-12-18 14:15:22 +0100
committerGitHub <noreply@github.com>2023-12-18 14:15:22 +0100
commit2f2dd179385b4e78fcfb0a38aafc433cbb86b10a (patch)
tree1f60780ead12b9341cdc83f888435693820517c4 /Cargo.toml
parent47bb32809a28325d85ed4eb4d1c8750a6baf4121 (diff)
Bump svg2pdf and related crates (#2992)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bd82c319..b419099e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ dirs = "5"
ecow = { version = "0.2", features = ["serde"] }
env_proxy = "0.4"
flate2 = "1"
-fontdb = { version = "0.15", default-features = false }
+fontdb = { version = "0.16", default-features = false }
hayagriva = "0.5.1"
heck = "0.4"
hypher = "0.1.4"
@@ -70,17 +70,17 @@ palette = { version = "0.7.3", default-features = false, features = ["approx", "
parking_lot = "0.12.1"
pathdiff = "0.2"
pdf-writer = "0.9.2"
-pixglyph = "0.2"
+pixglyph = "0.3"
proc-macro2 = "1"
pulldown-cmark = "0.9"
quote = "1"
rayon = "1.7.0"
regex = "1"
-resvg = { version = "0.36.0", default-features = false, features = ["raster-images"] }
-roxmltree = "0.18"
+resvg = { version = "0.37.0", default-features = false, features = ["raster-images"] }
+roxmltree = "0.19"
rustls = "0.21"
rustls-pemfile = "1"
-rustybuzz = "0.10"
+rustybuzz = "0.12.1"
same-file = "1"
self-replace = "1.3.7"
semver = "1"
@@ -91,7 +91,7 @@ siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"
subsetter = "0.1.1"
-svg2pdf = "0.9.1"
+svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "11f34c7" }
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"
@@ -103,7 +103,7 @@ tracing = "0.1.37"
tracing-error = "0.2"
tracing-flame = "0.2.0"
tracing-subscriber = "0.3.17"
-ttf-parser = "0.19.2"
+ttf-parser = "0.20.0"
two-face = { version = "0.3.0", default-features = false, features = ["syntect-fancy"] }
typed-arena = "2"
unicode_names2 = "1.2"
@@ -115,7 +115,7 @@ unicode-script = "0.5"
unicode-segmentation = "1"
unscanny = "0.1"
ureq = "2"
-usvg = { version = "0.36", default-features = false, features = ["text"] }
+usvg = { version = "0.37", default-features = false, features = ["text"] }
walkdir = "2"
wasmi = "0.31.0"
xmlparser = "0.13.5"