Skip to content

Commit

Permalink
Merge pull request #88 from SalOne22/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
SalOne22 authored Aug 16, 2023
2 parents 0443129 + 4100f3d commit b7465a6
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 31 deletions.
66 changes: 39 additions & 27 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 @@ -23,9 +23,9 @@ debug = 1

[dependencies]
bytemuck = "1.13.1"
clap = { version = "4.3.10", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
imagequant = "4.2.0"
indicatif = "0.17.5"
indicatif = "0.17.6"
log = "0.4.19"
mozjpeg = "0.9.4"
oxipng = { git = "https://github.com/shssoichiro/oxipng.git", rev = "4ae64c56" } # For parallel support
Expand All @@ -37,7 +37,7 @@ libwebp = "0.1.2"
libavif-sys = "0.14.3"
ravif = "0.11.2"
glob = "0.3.1"
thiserror = "1.0.40"
thiserror = "1.0.44"
rayon = "1.7.0"
console = "0.15.7"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
Expand All @@ -48,7 +48,7 @@ mimalloc = "0.1.37"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
once_cell = "1.18.0"
regex = "1.8.4"
regex = "1.9.3"

[[bench]]
name = "decode_jpg"
Expand Down

0 comments on commit b7465a6

Please sign in to comment.