diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-08-07 16:59:15 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-08-07 16:59:15 +0200 |
| commit | ea834d9d1d06624ea7307969f58c530615a6e082 (patch) | |
| tree | c35e47ccdb3545f901f321bf1e77a7315f774688 /crates | |
| parent | 44e5e9c5f1ed26e7f136e70b9a956d9b2c1efd9a (diff) | |
Bump pdf-writer and svg2pdf
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst/Cargo.toml b/crates/typst/Cargo.toml index f16d3311..0c352a83 100644 --- a/crates/typst/Cargo.toml +++ b/crates/typst/Cargo.toml @@ -31,7 +31,7 @@ log = "0.4" miniz_oxide = "0.7" oklab = "1" once_cell = "1" -pdf-writer = "0.7.1" +pdf-writer = "0.8" pixglyph = "0.1" regex = "1" resvg = { version = "0.32", default-features = false, features = ["raster-images"] } @@ -40,7 +40,7 @@ rustybuzz = "0.7" serde = { version = "1", features = ["derive"] } siphasher = "0.3" subsetter = "0.1.1" -svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "14eb3eb5" } +svg2pdf = "0.6" tiny-skia = "0.9.0" toml = { version = "0.7.3", default-features = false, features = ["parse"] } tracing = "0.1.37" |
