Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 20, 2024
1 parent 75cfa62 commit 93a6c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
miniz_oxide = "0.7.4"
once_cell = "1.19.0"
pdf-writer = {path = "../pdf-writer"}
pdf-writer = {git = "https://github.com/LaurenzV/pdf-writer", rev = "f83b414"}
resvg = {git = "https://github.com/LaurenzV/resvg", rev = "1c2b6bd0"}
siphasher = "1.0.1"
skrifa = {git="https://github.com/LaurenzV/fontations", rev="0ed7955"}
Expand Down

0 comments on commit 93a6c02

Please sign in to comment.