summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz Stampfl <47084093+LaurenzV@users.noreply.github.com>2024-01-25 16:42:04 +0100
committerGitHub <noreply@github.com>2024-01-25 15:42:04 +0000
commitafc28264e8f9b495a7ec290d52275e5099be7ac8 (patch)
treeb0dea41c539e3decedfa1f34da39ae78e477f359 /Cargo.toml
parentcd717415324a8ddfbcb61a44a6103df394516c51 (diff)
Bump resvg + svg2pdf and add support for filters (#3254)
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 ad1d416a..8f93a190 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,7 +76,7 @@ pulldown-cmark = "0.9"
quote = "1"
rayon = "1.7.0"
regex = "1"
-resvg = { version = "0.37.0", default-features = false, features = ["raster-images"] }
+resvg = { version = "0.38.0", default-features = false, features = ["raster-images"] }
roxmltree = "0.19"
rustls = "0.21" # in sync with ureq
rustls-pemfile = "1" # in sync with rustls
@@ -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 = { git = "https://github.com/typst/svg2pdf", rev = "11f34c7" }
+svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "49891ef" }
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"
@@ -111,7 +111,7 @@ unicode-script = "0.5"
unicode-segmentation = "1"
unscanny = "0.1"
ureq = "2"
-usvg = { version = "0.37", default-features = false, features = ["text"] }
+usvg = { version = "0.38.0", default-features = false, features = ["text"] }
walkdir = "2"
wasmi = "0.31.0"
xmlparser = "0.13.5"