Skip to content

Commit

Permalink
Merge pull request #103 from SalOne22/combine-prs-branch
Browse files Browse the repository at this point in the history
Combined PR
  • Loading branch information
SalOne22 authored Sep 1, 2023
2 parents 42f126d + d7265b7 commit a6ba320
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
49 changes: 24 additions & 25 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ debug = 1

[dependencies]
bytemuck = "1.13.1"
clap = { version = "4.3.21", features = ["derive"] }
clap = { version = "4.4.0", features = ["derive"] }
imagequant = "4.2.0"
indicatif = "0.17.6"
log = "0.4.19"
log = "0.4.20"
mozjpeg = "0.9.4"
oxipng = { git = "https://github.com/shssoichiro/oxipng.git", rev = "4ae64c56" } # For parallel support
png = "0.17.9"
png = "0.17.10"
pretty_env_logger = "0.5.0"
rgb = "0.8.36"
resize = "0.7.4"
libwebp = { version = "0.1.2", features = ["static"] }
libavif-sys = "0.14.3"
ravif = "0.11.2"
thiserror = "1.0.44"
thiserror = "1.0.47"
rayon = "1.7.0"
console = "0.15.7"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
Expand All @@ -49,7 +49,7 @@ glob = "0.3.1"
[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
once_cell = "1.18.0"
regex = "1.9.3"
regex = "1.9.4"

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

0 comments on commit a6ba320

Please sign in to comment.