Bump dependencies

This commit is contained in:
Laurenz 2023-10-25 17:39:40 +02:00
parent c29a31b6c5
commit e686a11ae7
4 changed files with 391 additions and 363 deletions

738
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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"

View File

@ -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"] }

View File

@ -16,7 +16,7 @@ iai = { git = "https://github.com/typst/iai" }
once_cell = "1"
oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
rayon = "1.7.0"
tiny-skia = "0.10.0"
tiny-skia = "0.11"
ttf-parser = "0.19.2"
unscanny = "0.1"
walkdir = "2"