summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-06-06 17:30:49 +0200
committerGitHub <noreply@github.com>2024-06-06 15:30:49 +0000
commit8f7ba8d4958184366180efeb00ecfe8835c69b11 (patch)
tree689d9d521e029fe13e962a177942e361af1baaef /Cargo.toml
parent681badf76a029e421415986aa3a46c0081d28470 (diff)
Bump SVG & PDF cinematic universe (#4316)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 45e13bbf..40051a5a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@ dirs = "5"
ecow = { version = "0.2", features = ["serde"] }
env_proxy = "0.4"
flate2 = "1"
-fontdb = { version = "0.16", default-features = false }
+fontdb = { version = "0.18", default-features = false }
fs_extra = "1.3"
hayagriva = "0.5.3"
heck = "0.4"
@@ -60,7 +60,7 @@ if_chain = "1"
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
indexmap = { version = "2", features = ["serde"] }
kamadak-exif = "0.5"
-kurbo = "0.9" # in sync with usvg
+kurbo = "0.11"
libfuzzer-sys = "0.4"
lipsum = "0.9"
log = "0.4"
@@ -74,9 +74,9 @@ oxipng = { version = "9.0", default-features = false, features = ["filetime", "p
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
parking_lot = "0.12.1"
pathdiff = "0.2"
-pdf-writer = "0.9.3"
+pdf-writer = "0.10.0"
phf = { version = "0.11", features = ["macros"] }
-pixglyph = "0.3"
+pixglyph = "0.4"
png = "0.17"
portable-atomic = "1.6"
proc-macro2 = "1"
@@ -85,9 +85,9 @@ quote = "1"
qcms = "0.3.0"
rayon = "1.7.0"
regex = "1"
-resvg = { version = "0.38.0", default-features = false, features = ["raster-images"] }
-roxmltree = "0.19"
-rustybuzz = "0.12.1"
+resvg = { version = "0.42", default-features = false, features = ["raster-images"] }
+roxmltree = "0.20"
+rustybuzz = "0.14"
same-file = "1"
self-replace = "1.3.7"
semver = "1"
@@ -99,7 +99,7 @@ siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"
subsetter = "0.1.1"
-svg2pdf = "0.10"
+svg2pdf = "0.11.0"
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"
@@ -108,7 +108,7 @@ thin-vec = "0.2.13"
time = { version = "0.3.20", features = ["formatting", "macros", "parsing"] }
tiny-skia = "0.11"
toml = { version = "0.8", default-features = false, features = ["parse", "display"] }
-ttf-parser = "0.20.0"
+ttf-parser = "0.21.0"
two-face = { version = "0.3.0", default-features = false, features = ["syntect-fancy"] }
typed-arena = "2"
unicode-bidi = "0.3.13"
@@ -119,7 +119,7 @@ unicode-script = "0.5"
unicode-segmentation = "1"
unscanny = "0.1"
ureq = { version = "2", default-features = false, features = ["native-tls", "gzip", "json"] }
-usvg = { version = "0.38.0", default-features = false, features = ["text"] }
+usvg = { version = "0.42", default-features = false, features = ["text"] }
walkdir = "2"
wasmi = "0.31.0"
xmlparser = "0.13.5"