Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined PR #88

Merged
merged 11 commits into from
Aug 16, 2023
Merged
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
Loading