Skip to content

Commit

Permalink
Merge pull request #158 from SalOne22/combined-prs-branch
Browse files Browse the repository at this point in the history
Combined PRs
  • Loading branch information
SalOne22 committed Jan 8, 2024
2 parents f12c5c0 + e4b59d4 commit 6376de3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ cli = ["dep:clap", "dep:glob", "quantization", "resizing", "exif"]
[dependencies]
image = "0.24.7"
rgb = "0.8.36"
thiserror = "1.0.51"
thiserror = "1.0.53"
png = "0.17.10"
rayon = { version = "1.7.0", optional = true }
resize = { version = "0.8.0", optional = true }
ravif = { version = "0.11.2", optional = true }
kamadak-exif = { version = "0.5.5", optional = true }
clap = { version = "4.4.2", optional = true }
clap = { version = "4.4.12", optional = true }

[dependencies.libavif-image]
version = "0.11.0"
Expand All @@ -62,7 +62,7 @@ default-features = false
features = ["codec-aom"]

[dependencies.jxl-oxide]
version = "0.5.1"
version = "0.5.2"
default-features = false
optional = true

Expand Down

0 comments on commit 6376de3

Please sign in to comment.