Bump svg2pdf

This commit is contained in:
Laurenz 2023-11-29 16:28:50 +01:00
parent 3c22c9f319
commit 3bd7318ec7
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2286,12 +2286,13 @@ checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
[[package]]
name = "svg2pdf"
version = "0.9.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363c5346967da04bf3ebb3d8bafa7f52c53c810167047904df1960eac3fc08b7"
checksum = "a81da66842e426278f20062cd249779565e13f9ab4bfe0ac9e94eb476bc3a0f3"
dependencies = [
"image",
"miniz_oxide",
"once_cell",
"pdf-writer",
"usvg",
]

View File

@ -90,7 +90,7 @@ siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"
subsetter = "0.1.1"
svg2pdf = "0.9"
svg2pdf = "0.9.1"
syn = { version = "2", features = ["full", "extra-traits"] }
syntect = { version = "5", default-features = false, features = ["parsing", "regex-fancy", "plist-load", "yaml-load"] }
tar = "0.4"