diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-10-01 11:24:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-01 09:24:18 +0000 |
| commit | a0093ad8a7906068b4bd641c28f614804d3e099d (patch) | |
| tree | 85110d3e95b08c119cfe37fc3d7014511e41a453 /Cargo.toml | |
| parent | 8eee3ec8d1b4d960017cb558887bd6180cc99cea (diff) | |
Minimal PDF/A support (#5075)
Co-authored-by: Martin Haug <mhaug@live.de>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -77,7 +77,7 @@ 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.10.0" +pdf-writer = "0.12" phf = { version = "0.11", features = ["macros"] } pixglyph = "0.5" png = "0.17" @@ -102,8 +102,8 @@ shell-escape = "0.1.5" siphasher = "1" smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] } stacker = "0.1.15" -subsetter = { git = "https://github.com/typst/subsetter", rev = "4e0058b" } -svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "5963e1e" } +subsetter = "0.2" +svg2pdf = "0.12" syn = { version = "2", features = ["full", "extra-traits"] } syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] } tar = "0.4" @@ -127,7 +127,7 @@ walkdir = "2" wasmi = "0.35.0" xmlparser = "0.13.5" xmlwriter = "0.1.0" -xmp-writer = "0.2" +xmp-writer = "0.3" xz2 = { version = "0.1", features = ["static"] } yaml-front-matter = "0.1" zip = { version = "2", default-features = false, features = ["deflate"] } |
