Skip to content

Commit

Permalink
bump pdf-writer
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Jun 1, 2024
1 parent 8fa5928 commit 33625af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"

[workspace.dependencies]
log = "0.4.20"
svg2pdf = { path = ".", default-features = false, version = "0.9.1" }
svg2pdf = { path = ".", default-features = false }
clap = { version = "4.4.2", features = ["derive"] }
clap_complete = "4.4.3"
clap_mangen = "0.2.14"
Expand All @@ -22,7 +22,7 @@ image = { version = "0.25.1", default-features = false, features = ["jpeg", "png
miniz_oxide = "0.7"
once_cell = "1.18.0"
oxipng = { version = "9", default-features = false, features = ["filetime", "parallel", "zopfli"] }
pdf-writer = "0.9"
pdf-writer = "0.10"
pdfium-render = "0.8.6"
termcolor = "1.2"
usvg = { git = "https://github.com/RazrFalcon/resvg", default-features = false }
Expand Down

0 comments on commit 33625af

Please sign in to comment.