···11---- a/Cargo.lock
22-+++ b/Cargo.lock
33-@@ -2468,7 +2468,7 @@ dependencies = [
44- [[package]]
55- name = "svg2pdf"
66- version = "0.5.0"
77--source = "git+https://github.com/typst/svg2pdf.git??tag=v0.5.0#39daf9fc2ee84b62b0e3b174ff8c9017f655af6b"
88-+source = "git+https://github.com/typst/svg2pdf.git#39daf9fc2ee84b62b0e3b174ff8c9017f655af6b"
99- dependencies = [
1010- "image",
1111- "miniz_oxide",
1212---- a/Cargo.toml
1313-+++ b/Cargo.toml
1414-@@ -84,13 +84,5 @@ reqwest = { version = "0.11.18", default-features = false, features = [
1515- "rustls-tls",
1616- ] }
1717-1818--
1919--# Typst 0.6.0 does not specify a tag or ref for svg2pdf, so provide one...
2020--# ...but Cargo doesn't want to make our lives too easy, and we can't replace the
2121--# dependency with another at the same URL. Use a workaroud inspired by
2222--# StackOverflow: https://stackoverflow.com/a/72261235
2323--[patch."https://github.com/typst/svg2pdf"]
2424--svg2pdf = { git = "https://github.com/typst/svg2pdf.git?", tag = "v0.5.0" }
2525--
2626- [dev-dependencies]
2727- temp-dir = "0.1.11"