Skip to content

Commit

Permalink
async support
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Jul 24, 2024
1 parent 8d8872a commit a6c4773
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ debug = true
[dependencies]
adobe-cmap-parser = "0.4.0"
encoding = "0.2.33"
euclid = "0.20.5"
lopdf = {version = "0.33", default-features = false, features = ["nom_parser"]}
postscript = "0.14"
euclid = "0.22.10"
lopdf = {version = "0.33", default-features = false, features = ["async"]}
postscript = "0.18.2"
type1-encoding-parser = "0.1.0"
unicode-normalization = "0.1.19"

Expand Down

0 comments on commit a6c4773

Please sign in to comment.