Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Sep 30, 2024
1 parent a349139 commit 27fed01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 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 @@ -22,13 +22,13 @@ image = { version = "0.25", default-features = false, features = ["jpeg", "png",
miniz_oxide = "0.8"
once_cell = "1.18"
oxipng = { version = "9", default-features = false, features = ["filetime", "parallel", "zopfli"] }
pdf-writer = { git = "https://github.com/typst/pdf-writer", rev = "b8f07d6" }
pdf-writer = "0.12"
pdfium-render = "=0.8.20"
termcolor = "1.2"
usvg = { version = "0.43", default-features = false }
tiny-skia = "0.11.4"
resvg = { version = "0.43", default-features = false }
subsetter = { git = "https://github.com/typst/subsetter", rev = "4e0058b" }
subsetter = "0.2"
ttf-parser = { version = "0.24.1" }
siphasher = { version = "1.0.1"}

Expand Down

0 comments on commit 27fed01

Please sign in to comment.