diff --git a/Cargo.lock b/Cargo.lock index c1bb7be01..52c7ccabd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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 f16d33119..0c352a832 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"