mirror of
https://github.com/typst/typst
synced 2025-05-20 03:55:29 +08:00
Bump dependencies
This commit is contained in:
parent
c29a31b6c5
commit
e686a11ae7
738
Cargo.lock
generated
738
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -36,7 +36,7 @@ log = "0.4"
|
|||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
ciborium = "0.2.1"
|
ciborium = "0.2.1"
|
||||||
roxmltree = "0.18"
|
roxmltree = "0.18"
|
||||||
rustybuzz = "0.7"
|
rustybuzz = "0.10"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
serde_yaml = "0.9"
|
serde_yaml = "0.9"
|
||||||
smallvec = "1.10"
|
smallvec = "1.10"
|
||||||
|
@ -24,7 +24,7 @@ bytemuck = "1"
|
|||||||
comemo = "0.3"
|
comemo = "0.3"
|
||||||
ecow = { version = "0.2", features = ["serde"] }
|
ecow = { version = "0.2", features = ["serde"] }
|
||||||
flate2 = "1"
|
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"] }
|
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
|
||||||
indexmap = { version = "2", features = ["serde"] }
|
indexmap = { version = "2", features = ["serde"] }
|
||||||
kurbo = "0.9"
|
kurbo = "0.9"
|
||||||
@ -35,14 +35,14 @@ pdf-writer = "0.9.1"
|
|||||||
pixglyph = "0.2"
|
pixglyph = "0.2"
|
||||||
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
|
palette = { version = "0.7.3", default-features = false, features = ["approx", "libm"] }
|
||||||
regex = "1"
|
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"
|
roxmltree = "0.18"
|
||||||
rustybuzz = "0.7"
|
rustybuzz = "0.10"
|
||||||
serde = { version = "1.0.184", features = ["derive"] }
|
serde = { version = "1.0.184", features = ["derive"] }
|
||||||
siphasher = "0.3"
|
siphasher = "0.3"
|
||||||
subsetter = "0.1.1"
|
subsetter = "0.1.1"
|
||||||
svg2pdf = "0.8"
|
svg2pdf = "0.9"
|
||||||
tiny-skia = "0.10.0"
|
tiny-skia = "0.11"
|
||||||
toml = { version = "0.8", default-features = false, features = ["parse"] }
|
toml = { version = "0.8", default-features = false, features = ["parse"] }
|
||||||
tracing = "0.1.37"
|
tracing = "0.1.37"
|
||||||
ttf-parser = "0.19.2"
|
ttf-parser = "0.19.2"
|
||||||
@ -51,7 +51,7 @@ unicode-ident = "1.0"
|
|||||||
unicode-math-class = "0.1"
|
unicode-math-class = "0.1"
|
||||||
unicode-segmentation = "1"
|
unicode-segmentation = "1"
|
||||||
unscanny = "0.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"
|
xmlwriter = "0.1.0"
|
||||||
xmp-writer = "0.2"
|
xmp-writer = "0.2"
|
||||||
time = { version = "0.3.20", features = ["std", "formatting", "macros", "parsing"] }
|
time = { version = "0.3.20", features = ["std", "formatting", "macros", "parsing"] }
|
||||||
|
@ -16,7 +16,7 @@ iai = { git = "https://github.com/typst/iai" }
|
|||||||
once_cell = "1"
|
once_cell = "1"
|
||||||
oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
|
oxipng = { git = "https://github.com/typst/oxipng", rev = "b8ec65b", default-features = false, features = ["filetime", "parallel", "zopfli"] }
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
tiny-skia = "0.10.0"
|
tiny-skia = "0.11"
|
||||||
ttf-parser = "0.19.2"
|
ttf-parser = "0.19.2"
|
||||||
unscanny = "0.1"
|
unscanny = "0.1"
|
||||||
walkdir = "2"
|
walkdir = "2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user