Lock svg2pdf

This commit is contained in:
Laurenz 2024-11-04 18:51:01 +01:00
parent 2dfd44fedd
commit 5775644e51
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2059,7 +2059,7 @@ checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
[[package]]
name = "svg2pdf"
version = "0.4.1"
source = "git+https://github.com/typst/svg2pdf#35f4bb87fb677473661c6d12919e01a6d64a716d"
source = "git+https://github.com/typst/svg2pdf?rev=35f4bb87fb677473661c6d12919e01a6d64a716d#35f4bb87fb677473661c6d12919e01a6d64a716d"
dependencies = [
"image",
"miniz_oxide",

View File

@ -52,7 +52,7 @@ rustybuzz = "0.7"
serde = { version = "1", features = ["derive"] }
siphasher = "0.3"
subsetter = "0.1.1"
svg2pdf = { git = "https://github.com/typst/svg2pdf" }
svg2pdf = { git = "https://github.com/typst/svg2pdf", rev = "35f4bb87fb677473661c6d12919e01a6d64a716d" }
tiny-skia = "0.9.0"
toml = { version = "0.7.3", default-features = false, features = ["parse"] }
tracing = "0.1.37"