Skip to content

Commit

Permalink
Merge pull request #238 from SalOne22/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
SalOne22 committed Jul 13, 2024
2 parents abc78f5 + a9cb176 commit ae59362
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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 @@ -54,22 +54,22 @@ console = ["dep:console"]

[dependencies]
zune-core = "0.5.0-rc1"
log = "0.4.21"
log = "0.4.22"
zune-image = { version = "0.5.0-rc0", default-features = false }
fast_image_resize = { version = "3.0.4", optional = true }
imagequant = { version = "4.3.1", default-features = false, optional = true }
rgb = { version = "0.8.37", optional = true }
rgb = { version = "0.8.44", optional = true }
mozjpeg = { version = "0.10.7", default-features = false, features = ["with_simd"], optional = true }
oxipng = { version = "9.1", default-features = false, features = ["zopfli", "filetime"], optional = true }
webp = { version = "0.3.0", default-features = false, optional = true }
ravif = { version = "0.11.4", optional = true }
ravif = { version = "0.11.8", optional = true }
libavif = { version = "0.13.0", default-features = false, features = ["codec-aom"], optional = true }
lcms2 = { version = "6.1.0", optional = true }
tiff = { version = "0.9.1", default-features = false, optional = true }

# cli
anyhow = { version = "1.0.86", optional = true }
clap = { version = "4.5.1", features = ["cargo", "string"], optional = true }
clap = { version = "4.5.9", features = ["cargo", "string"], optional = true }
indoc = { version = "2.0.5", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }
rayon = { version = "1.10.0", optional = true }
Expand Down

0 comments on commit ae59362

Please sign in to comment.