Skip to content

Commit

Permalink
Bump dependencies version and enable thread-safe feature of pdfium-re…
Browse files Browse the repository at this point in the history
…nder (ARK-Builders#18)

Authored-by: Jerry Wong <[email protected]>
  • Loading branch information
kirillt authored and tareknaser committed Apr 9, 2024
1 parent 6a167e7 commit 43f8fa5
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
34 changes: 30 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ name = "arklib"
crate-type = ["rlib"]

[dependencies]
log = { version = "0.4.14", features = ["release_max_level_off"] }
crc32fast = "1.3.0"
log = { version = "0.4.17", features = ["release_max_level_off"] }
crc32fast = "1.3.2"
walkdir = "2.3.2"
anyhow = "1.0"
anyhow = "1.0.58"
env_logger = "0.9.0"
lazy_static = "1.4.0"
canonical-path = "2.0.2"
image = "0.24.2"
pdfium-render = "0.7.1"
pdfium-render = { version = "0.7.10", features = ["thread_safe"] }
libloading = "0.7.3"

[dev-dependencies]
Expand Down

0 comments on commit 43f8fa5

Please sign in to comment.