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 | |
| parent | 44e5e9c5f1ed26e7f136e70b9a956d9b2c1efd9a (diff) | |
Bump pdf-writer and svg2pdf
| -rw-r--r-- | Cargo.lock | 9 | ||||
| -rw-r--r-- | crates/typst/Cargo.toml | 4 |
2 files changed, 7 insertions, 6 deletions
@@ -1513,9 +1513,9 @@ checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "pdf-writer" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30900f178ea696fc5d9637171f98aaa93d5aae54f0726726df68fc3e32810db6" +checksum = "86af2eb3faa4614bc7fda8bd578c25e76a17ff3b1577be034b81e0c20527e204" dependencies = [ "bitflags 1.3.2", "itoa", @@ -2187,8 +2187,9 @@ checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9" [[package]] name = "svg2pdf" -version = "0.5.0" -source = "git+https://github.com/typst/svg2pdf?rev=14eb3eb5#14eb3eb5be2f70d6735c88661387fddf0e110871" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c966e59fd4afd959edcc226687f751a7d05c94d0477cca1a4c2b15a7220f2b24" dependencies = [ "image", "miniz_oxide", 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" |
