Skip to content

Commit

Permalink
Merge pull request #274 from SalOne22/combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
SalOne22 authored Oct 29, 2024
2 parents 4d157b3 + d0c6122 commit 5557938
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 @@ -91,7 +91,7 @@ zune-image = { version = "0.5.0-rc0", default-features = false }
fast_image_resize = { version = "3.0.4", optional = true }
imagequant = { version = "4.3.3", default-features = false, optional = true }
rgb = { version = "0.8.45", optional = true }
mozjpeg = { version = "0.10.9", default-features = false, features = [
mozjpeg = { version = "0.10.10", default-features = false, features = [
"with_simd",
], optional = true }
oxipng = { version = "9.1", default-features = false, features = [
Expand All @@ -107,7 +107,7 @@ 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 }
anyhow = { version = "1.0.89", optional = true }
clap = { version = "4.5.16", features = ["cargo", "string"], optional = true }
indoc = { version = "2.0.5", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }
Expand All @@ -117,9 +117,9 @@ zune-imageprocs = { version = "0.5.0-rc0", features = [
], optional = true }
kamadak-exif = { version = "0.5.5", optional = true }
indicatif = { version = "0.17.8", features = ["rayon"], optional = true }
indicatif-log-bridge = { version = "0.2.2", optional = true }
indicatif-log-bridge = { version = "0.2.3", optional = true }
console = { version = "0.15.8", optional = true }
regex = { version = "1.10.6", optional = true }
regex = { version = "1.11.0", optional = true }

[target.'cfg(windows)'.dependencies]
glob = { version = "0.3.1", optional = true }
Expand Down

0 comments on commit 5557938

Please sign in to comment.